Release 1.14.1 container image
[aai/model-loader.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7e50b9c..2574071 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.14.0-SNAPSHOT</version>
+       <version>1.14.1-SNAPSHOT</version>
 
        <dependencyManagement>
                <dependencies>
                        <scope>test</scope>
                </dependency>
                <dependency>
-                       <groupId>org.apache.kafka</groupId>
-                       <artifactId>kafka-clients</artifactId>
-                       <!-- <version>3.3.1</version> -->
-               </dependency>
+                       <groupId>org.springframework.boot</groupId>
+                       <artifactId>spring-boot-starter-actuator</artifactId>
+       </dependency>
                <dependency>
                        <groupId>org.springframework.kafka</groupId>
                        <artifactId>spring-kafka</artifactId>
-                       <!-- <version>3.1.2</version> -->
                </dependency>
                <dependency>
                        <groupId>org.springframework.kafka</groupId>
                        <artifactId>spring-kafka-test</artifactId>
-                       <!-- <version>3.1.1</version> -->
                        <scope>test</scope>
                </dependency>
                <dependency>