X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=d7e12ec73d99c2164520d692ef1c3dc73ede16db;hb=93a44cb851a49c923126f32016646860d104075c;hp=b604eeda62996b575c7f32ec09f4629d2b1fd0df;hpb=056a49df629daf4189a34c37ee30b1f5ad88a59d;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index b604eeda..d7e12ec7 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -1,7 +1,7 @@ + 0 + - org.oranosc.ric.e2mgr.client - e2-mgr-client - 0.0.1-SNAPSHOT + org.o-ran-sc.ric.xapp.anr.client + anr-xapp-client + 0.0.8-SNAPSHOT + - org.oranosc.ric.xappmgr.client - xapp-mgr-client - 0.0.10-SNAPSHOT + org.o-ran-sc.ric.plt.a1med.client + a1-med-client + 0.4.0-SNAPSHOT - org.springframework.boot - spring-boot-starter-web + 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 - spring-boot-starter-test - test + spring-boot-starter-web org.slf4j slf4j-api - ch.qos.logback logback-classic - ch.qos.logback logback-core - io.springfox @@ -79,23 +83,38 @@ limitations under the License. springfox-swagger-ui ${springfox.version} + + + org.mockito + mockito-core + + + + org.springframework.boot + 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 @@ -118,13 +137,26 @@ 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 - copy-resources @@ -143,6 +175,34 @@ 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 @@ -150,15 +210,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} @@ -173,7 +234,7 @@ limitations under the License. - +