aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-10-11 19:20:32 +0100
committerliamfallon <liam.fallon@est.tech>2022-10-11 20:29:19 +0100
commit04654eb2ee44a00b658fafc03878aa21bbae35e5 (patch)
tree7eb360da80a83b1debe71fc5d96e560257e89e45
parent63fcd7a5e5214c8a62d5200287de6dc1486cf343 (diff)
Use spring-boot-starter-actuator managed version
Issue-ID: POLICY-4393 Change-Id: Ic091b5efa999461121e870d04d6524e44bc07e03 Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--main/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/pom.xml b/main/pom.xml
index a6fcb911..f5badc7b 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -50,12 +50,10 @@
<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>