Rena Tsantouli 2012-09-11 10:14:10 +00:00
parent 76656942af
commit af3fac73fb
1 changed files with 5 additions and 5 deletions

10
pom.xml
View File

@ -30,17 +30,17 @@
<dependency> <dependency>
<groupId>org.gcube.applicationsupportlayer</groupId> <groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>accesslogger</artifactId> <artifactId>accesslogger</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>[1.2.0-SNAPSHOT,2.0.0)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.informationsystem</groupId> <groupId>org.gcube.informationsystem</groupId>
<artifactId>iscache</artifactId> <artifactId>iscache</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>[1.2.0-SNAPSHOT,2.0.0)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.dvos</groupId> <groupId>org.gcube.dvos</groupId>
<artifactId>voms-admin-stubs</artifactId> <artifactId>voms-admin-stubs</artifactId>
<version>2.0.0</version> <version>[2.0.0,3.0.0)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.dvos</groupId> <groupId>org.gcube.dvos</groupId>
@ -55,13 +55,13 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>ghn-core-runtime</artifactId> <artifactId>ghn-core-runtime</artifactId>
<version>1.0.0</version> <version>[1.0.0,2.0.0)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.core</groupId> <groupId>org.gcube.core</groupId>
<artifactId>gcf</artifactId> <artifactId>gcf</artifactId>
<version>1.4.0-SNAPSHOT</version> <version>[1.4.0-SNAPSHOT,2.0.0)</version>
</dependency> </dependency>
<dependency> <dependency>