X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-application%2Fpom.xml;h=ac75c0b8e89b77acc3f17625b1fd530698f64eb1;hb=cf57145a5b92335d00a566005d709b9e46158382;hp=11611d158e87087b52d976628865c53462364f6b;hpb=cad3a2f2c4850a3ab811b03ea606cad872199fb5;p=cps.git diff --git a/cps-application/pom.xml b/cps-application/pom.xml old mode 100755 new mode 100644 index 11611d158..ac75c0b8e --- 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.9-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} @@ -59,11 +59,23 @@ 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 + + + org.eclipse.jetty + jetty-http + + + jakarta.servlet + jakarta.servlet-api io.micrometer @@ -73,6 +85,11 @@ io.micrometer micrometer-tracing-bridge-brave + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + org.springframework.security @@ -99,6 +116,10 @@ cglib-nodep test + + com.tngtech.archunit + archunit-junit5 + org.springframework.boot spring-boot-starter-test @@ -110,26 +131,7 @@ - - com.tngtech.archunit - archunit-junit5 - - - com.fasterxml.jackson.dataformat - jackson-dataformat-xml - - - org.eclipse.jetty - jetty-server - - - org.eclipse.jetty - jetty-http - - - jakarta.servlet - jakarta.servlet-api - + @@ -177,6 +179,16 @@ org.springframework.boot spring-boot-maven-plugin + + + + repackage + + + springboot + + +