diff options
-rwxr-xr-x | cps-nf-proxy-rest/pom.xml | 4 | ||||
-rwxr-xr-x | cps-rest/pom.xml | 4 |
2 files changed, 0 insertions, 8 deletions
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 @@ -39,10 +39,6 @@ <artifactId>spring-boot-starter-jetty</artifactId> </dependency> <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-actuator</artifactId> - </dependency> - <dependency> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-annotations</artifactId> </dependency> 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 @@ -35,10 +35,6 @@ <artifactId>spring-boot-starter-jetty</artifactId> </dependency> <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-actuator</artifactId> - </dependency> - <dependency> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-annotations</artifactId> </dependency> |