X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-application%2Fpom.xml;h=be7664aa5dad99a102951bea1234614178101c4b;hb=81f61b526eb28a6633101e0e80fd377cbba20438;hp=4b28469ac742c2e946455752bbdd9a69ca558346;hpb=1de01a856f4e655ae82c945c5229d7f4d2ab37ad;p=cps.git diff --git a/cps-application/pom.xml b/cps-application/pom.xml old mode 100755 new mode 100644 index 4b28469ac..be7664aa5 --- 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.4-SNAPSHOT + 3.4.3-SNAPSHOT ../cps-parent/pom.xml @@ -37,7 +37,7 @@ org.onap.cps.Application yyyyMMdd'T'HHmmss'Z' - 0.82 + 0.86 ${docker.pull.registry}/onap/integration-java17:12.0.0 ${project.version}-${maven.build.timestamp} @@ -65,14 +65,35 @@ org.springframework.boot spring-boot-starter-actuator + + org.springdoc + springdoc-openapi-starter-webmvc-ui + + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-http + + + jakarta.servlet + jakarta.servlet-api + io.micrometer micrometer-registry-prometheus - org.springframework.cloud - spring-cloud-starter-sleuth + io.micrometer + micrometer-tracing-bridge-brave + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + org.springframework.security @@ -99,6 +120,10 @@ cglib-nodep test + + com.tngtech.archunit + archunit-junit5 + org.springframework.boot spring-boot-starter-test @@ -110,14 +135,7 @@ - - com.tngtech.archunit - archunit-junit5 - - - com.fasterxml.jackson.dataformat - jackson-dataformat-xml - + @@ -165,6 +183,16 @@ org.springframework.boot spring-boot-maven-plugin + + + + repackage + + + springboot + + +