Update pom.xml

restore old storagehub-client-library declaration
This commit is contained in:
Roberto Cirillo 2024-09-17 10:09:42 +02:00
parent a7b625c4a8
commit bbe7e900ad
1 changed files with 2 additions and 18 deletions

20
pom.xml
View File

@ -90,12 +90,6 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
<version>[1.3.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-model</artifactId>
</dependency>
<!-- Authorization -->
<dependency>
@ -196,20 +190,10 @@
</dependency>
<!-- StorageHub -->
<!--dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
</dependency-->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
<version>[1.3.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-model</artifactId>
</dependency>
</dependency>
<!-- <dependency> <groupId>org.gcube.information-system</groupId> <artifactId>information-system-model</artifactId>
<version>5.0.0-SNAPSHOT</version> </dependency> -->