Remove explicit version for spring-kafka 76/140176/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sun, 9 Feb 2025 09:19:06 +0000 (10:19 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sun, 9 Feb 2025 09:19:06 +0000 (10:19 +0100)
- 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>
aai-core/pom.xml
aai-parent/pom.xml

index 420652b..4e89c7f 100644 (file)
@@ -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>
index 41172a0..3abc96a 100644 (file)
@@ -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>
 
@@ -466,12 +465,6 @@ limitations under the License.
         <version>${plexus.utils.version}</version>
       </dependency>
 
-      <dependency>
-        <groupId>org.yaml</groupId>
-        <artifactId>snakeyaml</artifactId>
-        <version>${snakeyaml.version}</version>
-      </dependency>
-
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>