Lucio Lelii 8 years ago
parent eae252cd5b
commit 1fe4db678e

@ -6,10 +6,10 @@
<groupId>org.gcube.tools</groupId>
<version>1.0.0</version>
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>A distribution for the SmartGears Framework</name>
@ -74,7 +74,12 @@
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.gcube.data.transfer</groupId>
<artifactId>data-transfer-service</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<type>war</type>
</dependency>
</dependencies>
<build>
<plugins>

Loading…
Cancel
Save