diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-11 19:20:32 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-11 20:29:19 +0100 |
commit | 04654eb2ee44a00b658fafc03878aa21bbae35e5 (patch) | |
tree | 7eb360da80a83b1debe71fc5d96e560257e89e45 /main | |
parent | 63fcd7a5e5214c8a62d5200287de6dc1486cf343 (diff) |
Use spring-boot-starter-actuator managed version
Issue-ID: POLICY-4393
Change-Id: Ic091b5efa999461121e870d04d6524e44bc07e03
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'main')
-rw-r--r-- | main/pom.xml | 2 |
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> |