X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=cf1936780470394b9172d727c3f6b55441043e52;hb=0aa99919dea387fd2216b3b13bc06d3a10868089;hp=5341f50802b29185cc9f8a46c1536747c9ee15ca;hpb=a4c7cdd075d372de0ab352abc46359d88a570d90;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index 5341f508..cf193678 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -25,34 +25,38 @@ limitations under the License. org.o-ran-sc.portal.ric-dashboard ric-dash-parent - 1.0.3-SNAPSHOT + 1.0.5-SNAPSHOT ric-dash-be RIC Dashboard Webapp backend 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.5-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 - 20190515-SNAPSHOT - - - org.o-ran-sc.ric.xappmgr.client - xapp-mgr-client - 0.1.2-SNAPSHOT + 20190630-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