insert exclusion of shub.1.x in the storagehub-application-persistence.

Declared shub.2.x direclty
This commit is contained in:
Francesco Mangiacrapa 2022-02-02 14:07:09 +01:00
parent 51c40079f7
commit 759fa7012c
1 changed files with 7 additions and 8 deletions

15
pom.xml
View File

@ -77,6 +77,12 @@
<groupId>org.gcube.data-publishing</groupId>
<artifactId>storagehub-application-persistence</artifactId>
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
<exclusions>
<exclusion>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
@ -91,13 +97,6 @@
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
</dependency>
<!-- TODO REMOVE THIS IMPORT -->
<!-- <dependency> -->
<!-- <groupId>org.gcube.common</groupId> -->
<!-- <artifactId>gxHTTP</artifactId> -->
<!-- <scope>compile</scope> -->
<!-- </dependency> -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
@ -123,7 +122,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>