Fixed pom

This commit is contained in:
Luca Frosini 2022-10-27 09:35:03 +02:00
parent 8f2b30d53b
commit 21cb51e84f
1 changed files with 1 additions and 12 deletions

13
pom.xml
View File

@ -38,18 +38,7 @@
<scope>import</scope>
</dependency>
<!-- Jersey 2.25.1 is compliant with javax.ws.rs-api 2.0.1 Higher version
of Jersey uses higher version of javax.ws.rs-api. Please check javax.ws.rs-api <!-- Storagehub dependencies -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-model</artifactId>
<version>[2.0.0-SNAPSHOT, 3.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>
</dependency>
<!-- END Storagehub dependencies -->
of Jersey uses higher version of javax.ws.rs-api. Please check javax.ws.rs-api
requirements before updating Jersey version -->
<dependency>
<groupId>javax.ws.rs</groupId>