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:
Andrea Manzi 2013-09-23 10:52:46 +00:00
parent 2f59bdf9ed
commit 97921c072d
1 changed files with 5 additions and 11 deletions

16
pom.xml
View File

@ -14,8 +14,8 @@
<packaging>pom</packaging>
<properties>
<bom.version>1.2.0-SNAPSHOT</bom.version>
<gwtVersion>2.4.0</gwtVersion>
<bom.version>1.3.0-SNAPSHOT</bom.version>
<gwtVersion>2.5.1</gwtVersion>
</properties>
<dependencyManagement>
@ -42,13 +42,13 @@
<dependency>
<groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>aslcontent</artifactId>
<version>[5.0.0-SNAPSHOT,)</version>
<version>[6.0.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>aslcore</artifactId>
<version>[3.3.0-SNAPSHOT,)</version>
<version>[4.0.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -60,7 +60,7 @@
<dependency>
<groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>aslsearch</artifactId>
<version>[4.0.0-SNAPSHOT,)</version>
<version>[5.0.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -147,12 +147,6 @@
<version>3.1</version>
<scope>provided</scope>
</dependency>
<!-- <dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.5.3.0</version>
<scope>provided</scope>
</dependency> -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>