X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=ed5375852e093e7f3472378bdf966cf5922f59c1;hb=226fd436a085f717d4cbf81bf1719bdaf1468414;hp=b8657ca7f7567cfedb4c23b2ddb9cce888abc245;hpb=e2cbc4d0304646febf7e2cbe0dccdf9840189222;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index b8657ca7..ed537585 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -1,7 +1,7 @@ + 0 + - ${project.groupId} - xapp-mgr-client - 0.0.10-SNAPSHOT + org.o-ran-sc.ric.xapp.anr.client + anr-xapp-client + 0.0.8-SNAPSHOT + - org.springframework.boot - spring-boot-starter-web + org.o-ran-sc.ric.plt.a1med.client + a1-med-client + 0.4.0-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 - 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 @@ -74,18 +84,20 @@ limitations under the License. springfox-swagger-ui ${springfox.version} + + + org.mockito + mockito-core + + + + org.springframework.boot + spring-boot-starter-test + test + - - - org.apache.maven.plugins - maven-deploy-plugin - - - true - - org.codehaus.mojo license-maven-plugin @@ -111,6 +123,35 @@ limitations under the License. org.springframework.boot spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + + + 1.8 + 1.8 + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + + true + + + ${project.version}-b${build.number} + + + + maven-resources-plugin @@ -132,6 +173,15 @@ limitations under the License. + + + org.apache.maven.plugins + maven-deploy-plugin + + + true + + io.fabric8 @@ -139,9 +189,9 @@ limitations under the License. 0.28.0 true - - nexus3.oran-osc.org:10001 - ${docker.push.registry} + + ${env.CONTAINER_PULL_REGISTRY} + ${env.CONTAINER_PUSH_REGISTRY}