removed unused dependency

This commit is contained in:
Alfredo Oliviero 2024-05-08 17:51:21 +02:00
parent 5fe4909050
commit 0a930c2ba1
1 changed files with 1 additions and 9 deletions

10
pom.xml
View File

@ -160,12 +160,6 @@ solution: bind version, or exclude them in usermanagement-core
<artifactId>common-authorization</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-control-library</artifactId>
@ -174,7 +168,7 @@ solution: bind version, or exclude them in usermanagement-core
<groupId>org.gcube.core</groupId>
<artifactId>common-smartgears-app</artifactId>
</dependency>
<!-- jersey -->
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
@ -286,8 +280,6 @@ java.lang.NoClassDefFoundError: org/apache/http/ssl/TrustStrategy
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
</exclusions>
</dependency>
<!--