moving to gwt 2.5.1 and new FWS ASL
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/distributions/maven-portal-bom@81866 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
2f59bdf9ed
commit
97921c072d
16
pom.xml
16
pom.xml
|
@ -14,8 +14,8 @@
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<bom.version>1.2.0-SNAPSHOT</bom.version>
|
<bom.version>1.3.0-SNAPSHOT</bom.version>
|
||||||
<gwtVersion>2.4.0</gwtVersion>
|
<gwtVersion>2.5.1</gwtVersion>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
@ -42,13 +42,13 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||||
<artifactId>aslcontent</artifactId>
|
<artifactId>aslcontent</artifactId>
|
||||||
<version>[5.0.0-SNAPSHOT,)</version>
|
<version>[6.0.0-SNAPSHOT,)</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||||
<artifactId>aslcore</artifactId>
|
<artifactId>aslcore</artifactId>
|
||||||
<version>[3.3.0-SNAPSHOT,)</version>
|
<version>[4.0.0-SNAPSHOT,)</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||||
<artifactId>aslsearch</artifactId>
|
<artifactId>aslsearch</artifactId>
|
||||||
<version>[4.0.0-SNAPSHOT,)</version>
|
<version>[5.0.0-SNAPSHOT,)</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -147,12 +147,6 @@
|
||||||
<version>3.1</version>
|
<version>3.1</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- <dependency>
|
|
||||||
<groupId>org.apache.derby</groupId>
|
|
||||||
<artifactId>derby</artifactId>
|
|
||||||
<version>10.5.3.0</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency> -->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sf.ehcache</groupId>
|
<groupId>net.sf.ehcache</groupId>
|
||||||
<artifactId>ehcache-core</artifactId>
|
<artifactId>ehcache-core</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue