Update pom.xml

fix storagehub-client-library downgrade
This commit is contained in:
Roberto Cirillo 2024-09-17 09:55:22 +02:00
parent 11be1dcd82
commit a7b625c4a8
1 changed files with 12 additions and 2 deletions

14
pom.xml
View File

@ -196,10 +196,20 @@
</dependency>
<!-- StorageHub -->
<dependency>
<!--dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
</dependency>
</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> <groupId>org.gcube.information-system</groupId> <artifactId>information-system-model</artifactId>
<version>5.0.0-SNAPSHOT</version> </dependency> -->