Added required dependency

This commit is contained in:
Luca Frosini 2024-10-23 16:39:58 +02:00
parent 646101d4ef
commit 99059f1e38
1 changed files with 11 additions and 2 deletions

11
pom.xml
View File

@ -39,6 +39,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-client</artifactId>
@ -59,9 +63,14 @@
<groupId>org.gcube.common</groupId>
<artifactId>gxHTTP</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.gcube.common</groupId>-->
<!-- <artifactId>keycloak-client</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>keycloak-client</artifactId>
<artifactId>d4science-iam-client</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>