Remove extra dependencies on actuator for rest services 63/117663/1
authorRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Wed, 10 Feb 2021 09:14:03 +0000 (11:14 +0200)
committerRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Wed, 10 Feb 2021 09:19:15 +0000 (11:19 +0200)
Issue-ID: CPS-232
Change-Id: I321752949ae8eed31e5ac3a1683f67fab30c5367
Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
cps-nf-proxy-rest/pom.xml
cps-rest/pom.xml

index ca2cf83..55db71d 100755 (executable)
             <groupId>org.springframework.boot</groupId>
             <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>
index 8e22022..2bb053b 100755 (executable)
             <groupId>org.springframework.boot</groupId>
             <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>