From 21c9f6fe9f344bde654d6e167f2200ecb00007de Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Sun, 29 Dec 2024 11:38:38 +0100 Subject: Remove AAI rest-client dependency from aai-common - the rest-client dependency is not used and contains eelf-core - bump logback patch version (1.2.12 -> 1.2.13) Issue-ID: AAI-4091 Change-Id: I9864700fe95cbe1534e96dc9c122480e99a573f8 Signed-off-by: Fiete Ostkamp --- aai-parent/pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'aai-parent/pom.xml') diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index f4933e3f..865a8a7c 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -50,7 +50,7 @@ limitations under the License. 1.9.4 1.5.0 1.27.0 - 1.10 + 2.10.1 2.16.1 3.15.0 3.8.0 @@ -92,7 +92,7 @@ limitations under the License. 4.12 4.5.13 1.5.24 - 1.2.12 + 1.2.13 1.7.25 2.17.1 3.4.0 @@ -442,12 +442,6 @@ limitations under the License. ${commons.io.version} - - org.onap.aai - rest-client - ${aai.rest.client.version} - - net.sf.jopt-simple jopt-simple @@ -514,6 +508,12 @@ limitations under the License. ${commons.compress.version} + + org.apache.commons + commons-configuration2 + ${commons.configuration2.version} + + org.reflections reflections -- cgit 1.2.3-korg