X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=89a8315e30a444b82e85037e13f4eac6fefaf805;hb=6b1a3570356fd1a5624ea64db8d1f029ce0ab002;hp=6f7147c3284aa858c9565cfff1b7e19a082dd082;hpb=f660cae7a447b60d84ef75f7c2bcbf62412d4579;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index 6f7147c3..89a8315e 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -1,7 +1,7 @@ + 0 + - org.o-ran-sc.ric.e2mgr.client - e2-mgr-client - 02052019-SNAPSHOT + org.o-ran-sc.ric.xapp.anr.client + anr-xapp-client + 0.0.8-SNAPSHOT + + + + org.o-ran-sc.ric.plt.a1med.client + a1-med-client + 0.4.0-SNAPSHOT - org.o-ran-sc.ric.xappmgr.client - xapp-mgr-client - 0.0.10-SNAPSHOT + org.o-ran-sc.ric.plt.appmgr.client + app-mgr-client + 0.1.5-SNAPSHOT + + + org.o-ran-sc.ric.plt.e2mgr.client + e2-mgr-client + 20190703-SNAPSHOT org.springframework.boot @@ -82,17 +94,27 @@ limitations under the License. spring-boot-starter-test test + + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.jupiter + junit-jupiter-engine + test + + + org.junit.platform + junit-platform-launcher + test + - - org.apache.maven.plugins - maven-deploy-plugin - - - true - + org.springframework.boot + spring-boot-maven-plugin org.codehaus.mojo @@ -115,9 +137,24 @@ limitations under the License. + - org.springframework.boot - spring-boot-maven-plugin + org.apache.maven.plugins + maven-jar-plugin + + + + + true + + + ${project.version}-b${build.number} + + + maven-resources-plugin @@ -140,6 +177,35 @@ limitations under the License. + + + org.apache.maven.plugins + maven-deploy-plugin + + + true + + + + org.jacoco + jacoco-maven-plugin + 0.8.4 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + io.fabric8 @@ -147,15 +213,16 @@ limitations under the License. 0.28.0 true - - nexus3.oran-osc.org:10001 - ${docker.push.registry} + + ${env.CONTAINER_PULL_REGISTRY} + ${env.CONTAINER_PUSH_REGISTRY} - ${project.artifactId}:${project.version} + + ric-dashboard:${project.version} - openjdk:8-jre-slim + openjdk:11-jre-slim ${project.version} @@ -170,7 +237,7 @@ limitations under the License. - +