From: liamfallon Date: Mon, 10 Oct 2022 14:50:33 +0000 (+0100) Subject: Use current springboot version of actuator X-Git-Tag: 2.7.1~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F131415%2F1;p=policy%2Fapi.git Use current springboot version of actuator THe springboot actuator was on a different version of springboot than the rest of springboot due to an upadted dependency. Now that springboot itself is updated, we should not use a different version for actuator. Issue-ID: POLICY-4393 Change-Id: I58151e85859ef4f4ba1ad13ca4eee71114e66d3f Signed-off-by: liamfallon --- diff --git a/main/pom.xml b/main/pom.xml index 15343f6d..02a75b0a 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -93,7 +93,7 @@ org.springframework.boot spring-boot-starter-actuator - ${version.springboot.actuator} + ${version.springboot} org.springframework.boot