From: Ruslan Kashapov Date: Wed, 10 Feb 2021 09:14:03 +0000 (+0200) Subject: Remove extra dependencies on actuator for rest services X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=98ed3a73393dd7e0edb319f5f54e6952d83505f1;p=cps.git Remove extra dependencies on actuator for rest services Issue-ID: CPS-232 Change-Id: I321752949ae8eed31e5ac3a1683f67fab30c5367 Signed-off-by: Ruslan Kashapov --- diff --git a/cps-nf-proxy-rest/pom.xml b/cps-nf-proxy-rest/pom.xml index ca2cf83452..55db71dc5b 100755 --- a/cps-nf-proxy-rest/pom.xml +++ b/cps-nf-proxy-rest/pom.xml @@ -38,10 +38,6 @@ org.springframework.boot spring-boot-starter-jetty - - org.springframework.boot - spring-boot-starter-actuator - io.swagger.core.v3 swagger-annotations diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 8e220221a0..2bb053b81c 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -34,10 +34,6 @@ org.springframework.boot spring-boot-starter-jetty - - org.springframework.boot - spring-boot-starter-actuator - io.swagger.core.v3 swagger-annotations