diff options
Diffstat (limited to 'runtime-acm')
-rw-r--r-- | runtime-acm/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime-acm/pom.xml b/runtime-acm/pom.xml index 50deb5679..e53f5cbbe 100644 --- a/runtime-acm/pom.xml +++ b/runtime-acm/pom.xml @@ -74,7 +74,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> - <version>${version.springboot}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -92,7 +91,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> - <version>${version.springboot}</version> </dependency> <dependency> <groupId>io.micrometer</groupId> |