From e2975e6eae181fe3ff33635de265e22f434c00c9 Mon Sep 17 00:00:00 2001 From: lucio Date: Wed, 8 May 2024 12:01:54 +0200 Subject: [PATCH] porting to changes in gcube-security --- pom.xml | 90 +++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 58 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 29460af..fceed0b 100644 --- a/pom.xml +++ b/pom.xml @@ -13,16 +13,25 @@ pom gCube Smartgears Bom - gCube Smartgears Bom is used to declare the version and set to provided the libraries already available in Smartgears container. - In such a way any service developer does not have to deal with dependencies conflicts and provided dependencies. + gCube Smartgears Bom is used to declare the version and set to provided + the libraries already available in Smartgears container. + In such a way any service developer does not have to deal with + dependencies conflicts and provided dependencies. 2.8.11 UTF-8 + 4.0.4 + 4.0.1 + 4.0.4 + 4.0.2 + - scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git - scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git + + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git + + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git https://code-repo.d4science.org/gCubeSystem/${project.artifactId} @@ -36,46 +45,52 @@ import - + - javax.xml.bind - jaxb-api + jakarta.servlet + jakarta.servlet-api + 6.0.0 provided + + + - javax.xml.ws - jaxws-api + jakarta.xml.bind + jakarta.xml.bind-api + ${jakarta-api.version} + + + org.glassfish.jaxb + jaxb-runtime + ${jaxb-impl.version} provided com.sun.xml.bind jaxb-impl - provided - - - com.sun.xml.bind - jaxb-core - provided - - - jakarta.xml.bind - jakarta.xml.bind-api - 2.3.3 - provided - - - jakarta.xml.soap - jakarta.xml.soap-api - 1.4.2 + ${jaxb-impl.version} provided jakarta.xml.ws jakarta.xml.ws-api - 2.3.3 + ${jakarta-api.version} + + + com.sun.xml.ws + jaxws-rt + ${jaxws.version} provided - + + jakarta.ws.rs + jakarta.ws.rs-api + 3.1.0 + + + org.gcube.common common-security @@ -91,7 +106,7 @@ org.gcube.resources common-gcore-resources - [1.3.5-SNAPSHOT,2.0.0-SNAPSHOT) + [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT) provided @@ -133,7 +148,7 @@ org.gcube.resources.discovery discovery-client - [1.0.2-SNAPSHOT,2.0.0-SNAPSHOT) + [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT) provided @@ -206,6 +221,11 @@ provided + + org.gcube.common + keycloak-client + provided + org.gcube.common health-api @@ -241,9 +261,14 @@ 2.0.12 provided - + + + org.gcube.core common-smartgears @@ -298,8 +323,9 @@ org.aspectj aspectjrt - 1.9.7 + 1.9.21.1 +