X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-application%2Fpom.xml;h=8e0d7e27f8a099877bc087c8dab84001593add4f;hb=a3096b9d22b7a3517c7933dfeb10984f6bedf063;hp=d64a3bfbf72ecd581dab19203a44ca70389d6646;hpb=dbffd9196b8636c5302cade1258ef347e9f99445;p=cps.git diff --git a/cps-application/pom.xml b/cps-application/pom.xml index d64a3bfbf..6466bcfe4 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -3,6 +3,8 @@ ============LICENSE_START======================================================= Copyright (c) 2021 Pantheon.tech. Modifications Copyright (C) 2021 Bell Canada. + Modifications Copyright (C) 2021-2024 Nordix Foundation + Modifications Copyright (C) 2022 Deutsche Telekom AG ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,7 +28,7 @@ org.onap.cps cps-parent - 1.1.0-SNAPSHOT + 3.4.4-SNAPSHOT ../cps-parent/pom.xml @@ -34,10 +36,10 @@ org.onap.cps.Application - ${project.version} - 2.6.0 - 0.0 - nexus3.onap.org:10003/onap/ + yyyyMMdd'T'HHmmss'Z' + 0.86 + ${docker.pull.registry}/onap/integration-java17:12.0.0 + ${project.version}-${maven.build.timestamp} @@ -51,14 +53,89 @@ + + org.springframework.boot + spring-boot-starter-jetty + + + org.springframework.boot + spring-boot-starter-security + org.springframework.boot spring-boot-starter-actuator - org.springframework.cloud - spring-cloud-starter-sleuth + 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 + + + io.micrometer + micrometer-tracing-bridge-brave + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + + + + org.springframework.security + spring-security-test + test + + + org.codehaus.groovy + groovy + test + + + org.spockframework + spock-core + test + + + org.spockframework + spock-spring + test + + + cglib + cglib-nodep + test + + + com.tngtech.archunit + archunit-junit5 + + + org.springframework.boot + spring-boot-starter-test + test + + + org.junit.vintage + junit-vintage-engine + + + + @@ -67,7 +144,7 @@ com.google.cloud.tools jib-maven-plugin - ${jib-maven-plugin.version} + 3.3.2 ${app} @@ -80,7 +157,7 @@ latest - ${nexus.repository}${image.name}:${image.version} + ${docker.push.registry}/onap/${image.name}:${image.tag} @@ -106,6 +183,16 @@ org.springframework.boot spring-boot-maven-plugin + + + + repackage + + + springboot + + + @@ -139,19 +226,20 @@ - xnf-docker + ncmp-docker false - cps-nf-proxy + cps-ncmp ${project.groupId} - cps-nf-proxy-rest + cps-ncmp-rest + ${project.version} ${project.groupId} @@ -168,13 +256,13 @@ - cps-xnf-docker + cps-ncmp-docker true - cps-and-nf-proxy + cps-and-ncmp @@ -184,7 +272,8 @@ ${project.groupId} - cps-nf-proxy-rest + cps-ncmp-rest + ${project.version} ${project.groupId} @@ -196,9 +285,10 @@ com.google.cloud.tools jib-maven-plugin + 3.3.2 - \ No newline at end of file +