aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-acm
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-10-11 19:21:12 +0100
committerliamfallon <liam.fallon@est.tech>2022-10-11 20:34:02 +0100
commit0c7714797284924d231895bc7cae7e92473ea0a8 (patch)
tree253010c0599967e9a7d556b78a341a0d42f37b70 /runtime-acm
parentf4a8123b59f3914aae65eb81d64a15dd9d31cbed (diff)
Use spring-boot-starter-actuator managed version
Issue-ID: POLICY-4393 Change-Id: I31399942e603b2f29921c38c7dc1b9ab18be0d09 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'runtime-acm')
-rw-r--r--runtime-acm/pom.xml2
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>