diff options
Diffstat (limited to 'participant/pom.xml')
-rw-r--r-- | participant/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/participant/pom.xml b/participant/pom.xml index 6eda29191..eef52c804 100644 --- a/participant/pom.xml +++ b/participant/pom.xml @@ -109,7 +109,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> - <version>${version.springboot}</version> </dependency> <dependency> <groupId>io.micrometer</groupId> @@ -119,7 +118,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> - <version>${version.springboot}</version> </dependency> </dependencies> |