From 811169825805a7160a6dd28abb281f64a4a56c71 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Fri, 1 Mar 2024 08:15:20 +0100 Subject: Remove aaf dependencies in babel Issue-ID: AAI-3790 Change-Id: I373917e03d232f13dea892a96955f6f544d21c38 Signed-off-by: Fiete Ostkamp --- .gitignore | 1 + pom.xml | 44 -------------------------------------------- 2 files changed, 1 insertion(+), 44 deletions(-) diff --git a/.gitignore b/.gitignore index 5e13100..d25b509 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ appconfig-local/ */.idea *.iml .idea/ +.vscode/ diff --git a/pom.xml b/pom.xml index 57fcfe5..043824f 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,6 @@ 1.6.5 1.9.4 - 2.7.4 1.2.11 3.0.13 @@ -319,49 +318,6 @@ org.onap.aai rest-client - - org.onap.aai.aai-common - aai-aaf-auth - ${aai.common.version} - - - org.springframework.boot - spring-boot-starter-web - - - - - org.onap.aaf.authz - aaf-cadi-core - ${aaf.version} - compile - - - org.onap.aaf.authz - aaf-cadi-aaf - ${aaf.version} - compile - - - org.onap.aaf.authz - aaf-auth-client - ${aaf.version} - - - org.onap.aaf.authz - aaf-cadi-client - ${aaf.version} - - - org.onap.aaf.authz - aaf-misc-env - ${aaf.version} - - - org.onap.aaf.authz - aaf-misc-rosetta - ${aaf.version} - -- cgit 1.2.3-korg