From 9817670cf1b469b887e16e0a80dc855cf97e859f Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 16 Sep 2024 16:52:32 +0200 Subject: Migrate remnants of jersey 1 to 2 in aai-common - use org.glassfish.jersey instead of com.sun.jersey Issue-ID: AAI-3990 Change-Id: Ice5731a241be3adf03a64a66fe6f595e5970c7c0 Signed-off-by: Fiete Ostkamp --- aai-parent/pom.xml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'aai-parent') diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index d9a80223..d9b0c6ad 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -52,7 +52,7 @@ limitations under the License. 1.27.0 1.10 2.16.1 - 3.9 + 3.15.0 3.8.0 1.10.0 0.40.2 @@ -72,7 +72,6 @@ limitations under the License. 2.3.0.1 2.1.1 1.78 - 1.19.4 2.2.12 0.1.7 5.0.4 @@ -495,24 +494,6 @@ limitations under the License. ${commons.text.version} - - com.sun.jersey - jersey-core - ${jersey.version} - - - - com.sun.jersey - jersey-client - ${jersey.version} - - - - com.sun.jersey - jersey-json - ${jersey.version} - - javax.ws.rs javax.ws.rs-api -- cgit 1.2.3-korg