Removed unneeded dependency in pom and updated version
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/Common/common-smartgears-utils@114241 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
9588ab5b52
commit
5b3e37cafb
7
pom.xml
7
pom.xml
|
@ -8,13 +8,8 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.core</groupId>
|
<groupId>org.gcube.core</groupId>
|
||||||
<artifactId>common-smartgears-utils</artifactId>
|
<artifactId>common-smartgears-utils</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
|
||||||
<dependencies>
|
|
||||||
<!-- dependency>
|
|
||||||
<groupId>org.gcube.resources.discovery</groupId>
|
|
||||||
<artifactId>ic-client</artifactId>
|
|
||||||
<version>1.0.1-SNAPSHOT</version>
|
<version>1.0.1-SNAPSHOT</version>
|
||||||
</dependency -->
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.resources</groupId>
|
<groupId>org.gcube.resources</groupId>
|
||||||
<artifactId>registry-publisher</artifactId>
|
<artifactId>registry-publisher</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue