aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-02-09 10:19:06 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-02-09 10:19:06 +0100
commitaf4a21467b0d25475b90354272eda0cd2926b750 (patch)
tree5d1138fd52bcfc12e5f3f9ce16e8d371182b12a6
parenta158e2d6e8df8dd2d16ca85d906da245c82bb881 (diff)
Remove explicit version for spring-kafkaHEADmaster
- 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 <Fiete.Ostkamp@telekom.de>
-rw-r--r--aai-core/pom.xml3
-rw-r--r--aai-parent/pom.xml7
2 files changed, 0 insertions, 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.
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -198,7 +197,6 @@ limitations under the License.
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
- <version>2.7.14</version>
</dependency>
<dependency>
<groupId>org.springframework.kafka</groupId>
@@ -253,7 +251,6 @@ limitations under the License.
<dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-core</artifactId>
- <version>${gremlin.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tinkerpop</groupId>
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.
<opencsv.version>3.1</opencsv.version>
<plexus.utils.version>3.1.1</plexus.utils.version>
<reflections.version>0.9.10</reflections.version>
- <snakeyaml.version>1.29</snakeyaml.version>
<lombok.version>1.18.36</lombok.version>
<testcontainers.version>1.20.4</testcontainers.version>
@@ -467,12 +466,6 @@ limitations under the License.
</dependency>
<dependency>
- <groupId>org.yaml</groupId>
- <artifactId>snakeyaml</artifactId>
- <version>${snakeyaml.version}</version>
- </dependency>
-
- <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons.compress.version}</version>