removed unused dependency
This commit is contained in:
parent
5fe4909050
commit
0a930c2ba1
8
pom.xml
8
pom.xml
|
@ -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>
|
||||
|
@ -286,8 +280,6 @@ java.lang.NoClassDefFoundError: org/apache/http/ssl/TrustStrategy
|
|||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcore</artifactId>
|
||||
</exclusion>
|
||||
|
||||
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue