From e9a899f1866f225bddab5f08f7847b8417c5f1da Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Sun, 13 Oct 2024 11:59:38 +0200 Subject: [PATCH] Remove groovy dependency from aai-common - remove org.codehaus.groovy declaration Issue-ID: AAI-3941 Change-Id: I28480671031b81813e151202531dd08995bf42b3 Signed-off-by: Fiete Ostkamp --- aai-core/pom.xml | 13 ------------- aai-parent/pom.xml | 41 ----------------------------------------- aai-schema-ingest/pom.xml | 7 ------- 3 files changed, 61 deletions(-) diff --git a/aai-core/pom.xml b/aai-core/pom.xml index c42450db..0fcddcd6 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -36,7 +36,6 @@ limitations under the License. 4.3.24.RELEASE 0.50 - 2.5.15 3.4.0 https://wiki.onap.org/ @@ -300,12 +299,6 @@ limitations under the License. com.github.fge json-patch - - org.codehaus.groovy - groovy - ${groovy.version} - indy - org.springframework spring-context @@ -354,12 +347,6 @@ limitations under the License. org.apache.tinkerpop gremlin-groovy - - - org.codehaus.groovy - groovy - - com.fasterxml.jackson.core diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 82fd3135..52bedfda 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -63,13 +63,11 @@ limitations under the License. 31.1-jre 3.7.1 1.0.0 - 2.5.15 2.9.1 2.0.0.0 2.2 1.2 2.3.1 - 2.3.0.1 2.1.1 1.78 2.2.12 @@ -323,13 +321,6 @@ limitations under the License. ${gremlin.version} - - org.codehaus.groovy - groovy - ${groovy.version} - indy - - org.mockito mockito-all @@ -376,38 +367,6 @@ limitations under the License. jakarta.xml.bind-api 2.3.3 - - - org.apache.activemq - activemq-broker - ${activemq.version} - - - - org.apache.activemq - activemq-client - ${activemq.version} - - - - org.apache.activemq - activemq-openwire-legacy - ${activemq.version} - - - - org.easymock - easymock - ${easy.mock.version} - test - - - - com.sun.xml.bind - jaxb-xjc - ${old.jaxb.version} - - org.glassfish.jaxb jaxb-runtime diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index af58202a..b619cec7 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -35,7 +35,6 @@ limitations under the License. 4.5.13 - 2.5.15 4.3.24.RELEASE @@ -66,12 +65,6 @@ limitations under the License. com.google.guava guava - - org.codehaus.groovy - groovy - ${groovy.version} - indy - commons-io commons-io -- 2.16.6