From 0c7714797284924d231895bc7cae7e92473ea0a8 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 11 Oct 2022 19:21:12 +0100 Subject: Use spring-boot-starter-actuator managed version Issue-ID: POLICY-4393 Change-Id: I31399942e603b2f29921c38c7dc1b9ab18be0d09 Signed-off-by: liamfallon --- runtime-acm/pom.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtime-acm') 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 @@ org.springframework.boot spring-boot-starter-aop - ${version.springboot} org.springframework.boot @@ -92,7 +91,6 @@ org.springframework.boot spring-boot-starter-actuator - ${version.springboot} io.micrometer -- cgit 1.2.3-korg