From af4a21467b0d25475b90354272eda0cd2926b750 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Sun, 9 Feb 2025 10:19:06 +0100 Subject: Remove explicit version for spring-kafka - spring-kafka was held back on 2.7 due to an explicitly declared version - let snakeyaml and commons-cli deps be managemed by spring dependency management Issue-ID: AAI-4130 Change-Id: Idc6304ab6d46adfef2d437daf2d7f43ef259d395 Signed-off-by: Fiete Ostkamp --- aai-core/pom.xml | 3 --- aai-parent/pom.xml | 7 ------- 2 files changed, 10 deletions(-) diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 420652bd..4e89c7fd 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -120,7 +120,6 @@ limitations under the License. commons-cli commons-cli - 1.5.0 org.apache.commons @@ -198,7 +197,6 @@ limitations under the License. org.springframework.kafka spring-kafka - 2.7.14 org.springframework.kafka @@ -253,7 +251,6 @@ limitations under the License. org.apache.tinkerpop gremlin-core - ${gremlin.version} org.apache.tinkerpop diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 41172a03..3abc96a9 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -90,7 +90,6 @@ limitations under the License. 3.1 3.1.1 0.9.10 - 1.29 1.18.36 1.20.4 @@ -466,12 +465,6 @@ limitations under the License. ${plexus.utils.version} - - org.yaml - snakeyaml - ${snakeyaml.version} - - org.apache.commons commons-compress -- cgit