X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=inline;f=cps-application%2Fpom.xml;h=e6e2f9a2a65ece81652b42642726af5b0bd8c638;hb=bd9751eff9d61436b48bbbad6f8ddd9b3429ca96;hp=15868b15968a04746432d338b2e4bcf78958c94c;hpb=9693ec51cf6526082f0ad0c3ad208d144cbbb163;p=cps.git diff --git a/cps-application/pom.xml b/cps-application/pom.xml old mode 100755 new mode 100644 index 15868b159..e6e2f9a2a --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= Copyright (c) 2021 Pantheon.tech. Modifications Copyright (C) 2021 Bell Canada. - Modifications Copyright (C) 2021-2023 Nordix Foundation + Modifications Copyright (C) 2021-2024 Nordix Foundation Modifications Copyright (C) 2022 Deutsche Telekom AG ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -28,7 +28,7 @@ org.onap.cps cps-parent - 3.3.7-SNAPSHOT + 3.4.8-SNAPSHOT ../cps-parent/pom.xml @@ -37,10 +37,9 @@ 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} - 5.0.0 @@ -60,11 +59,15 @@ org.springframework.boot - spring-boot-starter-security + spring-boot-starter-actuator - org.springframework.boot - spring-boot-starter-actuator + org.springdoc + springdoc-openapi-starter-webmvc-ui + + + org.eclipse.jetty + jetty-server io.micrometer @@ -74,6 +77,11 @@ io.micrometer micrometer-tracing-bridge-brave + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + org.springframework.security @@ -100,33 +108,16 @@ cglib-nodep test - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - com.tngtech.archunit archunit-junit5 - com.fasterxml.jackson.dataformat - jackson-dataformat-xml - - - org.eclipse.jetty - jetty-server - - - jakarta.servlet - jakarta.servlet-api + org.springframework.boot + spring-boot-starter-test + test + @@ -174,6 +165,16 @@ org.springframework.boot spring-boot-maven-plugin + + + + repackage + + + springboot + + +