X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-application%2Fpom.xml;h=e6e2f9a2a65ece81652b42642726af5b0bd8c638;hb=d6a740419fe9ae62f0b03c8c973837a7089da2e4;hp=871b92980bc3a86015b4b8f391b5e815659d2da6;hpb=22e1f43ce053649b18ebb6aacee5312947b258e5;p=cps.git diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 871b92980..e6e2f9a2a 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -28,7 +28,7 @@ org.onap.cps cps-parent - 3.4.6-SNAPSHOT + 3.4.8-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 - -