X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=f426920907db7c7f7e443e353cbd526f3767237f;hb=80f26bbeef6caea8f9946e8a0e1a5e0319dacc38;hp=37a85953a9675803da10f2c5a19dd8f5075620a2;hpb=0b44138e09b41a42ee1f87afd39616478911dde5;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index 37a85953..f4269209 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -32,27 +32,31 @@ limitations under the License. 1.8 2.9.2 + + 0 + - org.o-ran-sc.ric.a1med.client + 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.anrxapp.client - anr-xapp-client - 0.0.8-SNAPSHOT + org.o-ran-sc.ric.plt.appmgr.client + app-mgr-client + 0.1.5-SNAPSHOT - org.o-ran-sc.ric.e2mgr.client + org.o-ran-sc.ric.plt.e2mgr.client e2-mgr-client - 20190611-SNAPSHOT - - - org.o-ran-sc.ric.xappmgr.client - xapp-mgr-client - 0.1.4-SNAPSHOT + 20190620-SNAPSHOT org.springframework.boot @@ -94,15 +98,6 @@ limitations under the License. - - - org.apache.maven.plugins - maven-deploy-plugin - - - true - - org.codehaus.mojo license-maven-plugin @@ -128,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 @@ -149,6 +173,15 @@ limitations under the License. + + + org.apache.maven.plugins + maven-deploy-plugin + + + true + + io.fabric8