From 98ed3a73393dd7e0edb319f5f54e6952d83505f1 Mon Sep 17 00:00:00 2001 From: Ruslan Kashapov Date: Wed, 10 Feb 2021 11:14:03 +0200 Subject: [PATCH] Remove extra dependencies on actuator for rest services Issue-ID: CPS-232 Change-Id: I321752949ae8eed31e5ac3a1683f67fab30c5367 Signed-off-by: Ruslan Kashapov --- cps-nf-proxy-rest/pom.xml | 4 ---- cps-rest/pom.xml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/cps-nf-proxy-rest/pom.xml b/cps-nf-proxy-rest/pom.xml index ca2cf8345..55db71dc5 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 8e220221a..2bb053b81 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 -- 2.16.6