[SDC-DIST] Upgrade sdc-distro-client to v 2.0.0
[aai/model-loader.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 70428eb..bfa539b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
        <groupId>org.onap.aai.model-loader</groupId>
        <artifactId>model-loader</artifactId>
        <name>aai-model-loader</name>
-       <version>1.11.0-SNAPSHOT</version>
+       <version>1.12.0-SNAPSHOT</version>
 
        <dependencyManagement>
                <dependencies>
@@ -57,7 +57,7 @@
                <hamcrest-all.version>1.3</hamcrest-all.version>
                <babel.version>1.11.0</babel.version>
                <aai.rest.client.version>1.2.1</aai.rest.client.version>
-               <sdc-distribution-client.version>1.4.1</sdc-distribution-client.version>
+               <sdc-distribution-client.version>2.0.0</sdc-distribution-client.version>
                <logback.version>1.2.3</logback.version>
                <!-- docker related properties -->
                <docker.fabric.version>0.39.0</docker.fabric.version>
                        </build>
                </profile>
        </profiles>
-
        <dependencies>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                                </exclusion>
                        </exclusions>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.kafka</groupId>
+                       <artifactId>kafka-clients</artifactId>
+                       <version>3.3.1</version>
+               </dependency>
                <dependency>
                        <groupId>org.onap.aai</groupId>
                        <artifactId>babel</artifactId>