X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-application%2Fpom.xml;h=cf90ac8ccf066f9a276a0d53e09575b9e785e33c;hb=ea7d1b448699d890d15fd37c69d4705a094a1b53;hp=e7ba2c591620827a8b1f3ae510c322736e1378b9;hpb=49fcc06df92a1a2bb7d8db69e635292c3c234998;p=cps.git diff --git a/cps-application/pom.xml b/cps-application/pom.xml index e7ba2c591..cf90ac8cc 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -28,7 +28,7 @@ org.onap.cps cps-parent - 3.4.5-SNAPSHOT + 3.4.7-SNAPSHOT ../cps-parent/pom.xml @@ -37,7 +37,7 @@ org.onap.cps.Application yyyyMMdd'T'HHmmss'Z' - 0.86 + 0.68 ${docker.pull.registry}/onap/integration-java17:12.0.0 ${project.version}-${maven.build.timestamp} @@ -57,10 +57,6 @@ org.springframework.boot spring-boot-starter-jetty - - org.springframework.boot - spring-boot-starter-security - org.springframework.boot spring-boot-starter-actuator @@ -69,6 +65,10 @@ org.springdoc springdoc-openapi-starter-webmvc-ui + + org.eclipse.jetty + jetty-server + io.micrometer micrometer-registry-prometheus @@ -116,12 +116,6 @@ org.springframework.boot spring-boot-starter-test test - - - org.junit.vintage - junit-vintage-engine - -