X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-application%2Fpom.xml;h=193599ff9d693af9773011e57a9f0f3796b6dae2;hb=a7dc9162808bf65ead4b7482d5cd3c22b5751e59;hp=e5b46f6a4f34c582c30665d1e6ce3691ccf2bcb2;hpb=4ec225ce071d68c02cbc2388847d416c268bfa40;p=cps.git diff --git a/cps-application/pom.xml b/cps-application/pom.xml old mode 100644 new mode 100755 index e5b46f6a4..193599ff9 --- 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.1-SNAPSHOT + 3.1.0-SNAPSHOT ../cps-parent/pom.xml @@ -34,11 +35,11 @@ org.onap.cps.Application - cps-service - ${project.version} - 2.6.0 - 0.0 - nexus3.onap.org:10003/onap/ + 2.8.0 + yyyyMMdd'T'HHmmss'Z' + 0.82 + ${docker.pull.registry}/onap/integration-java11:8.0.0 + ${project.version}-${maven.build.timestamp} @@ -52,14 +53,67 @@ + + org.springframework.boot + spring-boot-starter-jetty + + + org.springframework.boot + spring-boot-starter-security + org.springframework.boot spring-boot-starter-actuator + + io.micrometer + micrometer-registry-prometheus + 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 + @@ -78,7 +132,10 @@ ${base.image} - ${nexus.repository}${image.name}:${image.version} + + latest + + ${docker.push.registry}/onap/${image.name}:${image.tag} @@ -105,10 +162,6 @@ org.springframework.boot spring-boot-maven-plugin - - com.google.cloud.tools - jib-maven-plugin - @@ -117,38 +170,67 @@ false + + + cps-service + ${project.groupId} cps-rest + + ${project.groupId} + cps-ri + + + + + com.google.cloud.tools + jib-maven-plugin + + + - xnf-docker + ncmp-docker false - cps-nf-proxy + cps-ncmp ${project.groupId} - cps-nf-proxy-rest + cps-ncmp-rest + ${project.version} + + + ${project.groupId} + cps-ri + + + + com.google.cloud.tools + jib-maven-plugin + + + - cps-xnf-docker + cps-ncmp-docker - false + true - cps-and-nf-proxy + cps-and-ncmp @@ -158,9 +240,22 @@ ${project.groupId} - cps-nf-proxy-rest + cps-ncmp-rest + ${project.version} + + + ${project.groupId} + cps-ri + + + + com.google.cloud.tools + jib-maven-plugin + + + - \ No newline at end of file +