Downgraded storage-hub libraries ranges

This commit is contained in:
Luca Frosini 2022-10-27 09:55:42 +02:00
parent 21cb51e84f
commit 0f05d6ae7b
1 changed files with 2 additions and 2 deletions

View File

@ -128,12 +128,12 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-model</artifactId>
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
</dependency>
<!-- END Storagehub dependencies -->