Fixed dependencies

This commit is contained in:
Luca Frosini 2022-03-31 11:41:30 +02:00
parent 838754f84a
commit 00570c3301
1 changed files with 7 additions and 3 deletions

10
pom.xml
View File

@ -70,9 +70,13 @@
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-model</artifactId>
</dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-model</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-multipart</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>information-system-model</artifactId>