Use spring-boot-starter-actuator managed version
[policy/pap.git] / main / pom.xml
index 10209ef..f5badc7 100644 (file)
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-aop</artifactId>
-            <version>${version.springboot}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-actuator</artifactId>
-            <version>${version.springboot.actuator}</version>
         </dependency>
         <dependency>
             <groupId>io.micrometer</groupId>
             <artifactId>springfox-swagger-ui</artifactId>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.kafka</groupId>
+            <artifactId>kafka-clients</artifactId>
+            <scope>provided</scope>
+        </dependency>
 
         <dependency>
             <groupId>org.onap.policy.common</groupId>