From b52d1508d5ccfbefcaae208ce73e542e783461b1 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Fri, 26 Apr 2024 16:08:17 +0200 Subject: Remove jersey and aai-rest-client dependencies from model-loader - aai-rest-client has been fully replaced with RestTemplate - use spring provided imports in ModelController Issue-ID: AAI-3836 Change-Id: If2471c8a68c273823bef138626534df1894a91d7 Signed-off-by: Fiete Ostkamp --- pom.xml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 633350a..45f8a77 100644 --- a/pom.xml +++ b/pom.xml @@ -272,16 +272,6 @@ - - org.glassfish.jersey.core - jersey-common - test - - - org.onap.aai - rest-client - ${aai.rest.client.version} - com.google.code.gson gson -- cgit 1.2.3-korg