X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-application%2Fpom.xml;h=1ea5d330d050b93e36cbbffe2e96dcd8d57ffde6;hb=d9fe3582c963209a2841b2ec2ca0e5cfe17ea887;hp=9a7d2f8e3391a9d30c5def3f4817ddd5ee2eb223;hpb=8fe579d7d1b802e9d91205c7ff991631ea35f7ac;p=cps.git diff --git a/cps-application/pom.xml b/cps-application/pom.xml old mode 100644 new mode 100755 index 9a7d2f8e3..1ea5d330d --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -3,6 +3,7 @@ ============LICENSE_START======================================================= Copyright (c) 2021 Pantheon.tech. Modifications Copyright (C) 2021 Bell Canada. + Modifications Copyright (C) 2021 Nordix Foundation ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,7 +27,7 @@ org.onap.cps cps-parent - 0.0.2-SNAPSHOT + 1.1.0-SNAPSHOT ../cps-parent/pom.xml @@ -34,10 +35,11 @@ org.onap.cps.Application - ${project.version} - 2.6.0 - 0.0 - nexus3.onap.org:10003/onap/ + 2.8.0 + yyyyMMdd'T'HHmmss'Z' + 0.7 + ${docker.pull.registry}/onap/integration-java11:8.0.0 + ${project.version}-${maven.build.timestamp} @@ -51,6 +53,14 @@ + + org.springframework.boot + spring-boot-starter-jetty + + + org.springframework.boot + spring-boot-starter-security + org.springframework.boot spring-boot-starter-actuator @@ -59,6 +69,47 @@ org.springframework.cloud spring-cloud-starter-sleuth + + + 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 + + + org.springframework.boot + spring-boot-starter-test + test + + + org.junit.vintage + junit-vintage-engine + + + + + com.tngtech.archunit + archunit-junit5 + @@ -80,7 +131,7 @@ latest - ${nexus.repository}${image.name}:${image.version} + ${docker.push.registry}/onap/${image.name}:${image.tag} @@ -139,19 +190,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 +220,13 @@ - cps-xnf-docker + cps-ncmp-docker true - cps-and-nf-proxy + cps-and-ncmp @@ -184,7 +236,8 @@ ${project.groupId} - cps-nf-proxy-rest + cps-ncmp-rest + ${project.version} ${project.groupId} @@ -201,4 +254,4 @@ - \ No newline at end of file +