Added newer version of keycloack-client now compatible with gxREST 1.X.X

This commit is contained in:
luca.frosini 2023-07-10 14:45:52 +02:00
parent 29ad018116
commit 2a523c1b58
1 changed files with 5 additions and 0 deletions

View File

@ -232,6 +232,11 @@
<artifactId>common-authorization</artifactId>
<version>[2.2.0,3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>keycloak-client</artifactId>
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
</dependency>
<!-- END Authorization Related Dependencies -->
<!-- Accounting Related Dependencies -->