This commit is contained in:
Andrea Manzi 2013-06-07 09:02:31 +00:00
parent ffd405cb2c
commit 993f01f659
1 changed files with 5 additions and 0 deletions

View File

@ -243,26 +243,31 @@
<groupId>org.gcube.execution</groupId>
<artifactId>rrmodel</artifactId>
<version>[1.4.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>rrgcubebridge</artifactId>
<version>[1.4.3-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>rrgcubeplugins</artifactId>
<version>[1.0.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>rrplugins</artifactId>
<version>[1.0.1-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>rraggregator</artifactId>
<version>[1.3.4-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>