Use spring-boot-starter-actuator managed version
[policy/pap.git] / main / pom.xml
index a6fcb91..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>