X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=fac2743ab6032e83d4a5d765329c8cb4302342e1;hb=b7c9d29d2b472e63bbe0331a413da0e7cd492aee;hp=5eecd33420426938423ccf2083d23197dfa13796;hpb=9457e10be41282c973744cdced34cdeff65837f7;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index 5eecd334..fac2743a 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -25,34 +25,36 @@ limitations under the License. org.o-ran-sc.portal.ric-dashboard ric-dash-parent - 1.0.2-SNAPSHOT + 1.0.4-SNAPSHOT ric-dash-be RIC Dashboard Webapp backend 1.8 2.9.2 + + 0 org.o-ran-sc.ric.a1med.client a1-med-client - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT org.o-ran-sc.ric.anrxapp.client anr-xapp-client - 0.0.3-SNAPSHOT + 0.0.8-SNAPSHOT org.o-ran-sc.ric.e2mgr.client e2-mgr-client - 02052019-SNAPSHOT + 20190620-SNAPSHOT org.o-ran-sc.ric.xappmgr.client xapp-mgr-client - 0.1.2-SNAPSHOT + 0.1.4-SNAPSHOT org.springframework.boot @@ -94,15 +96,6 @@ limitations under the License. - - - org.apache.maven.plugins - maven-deploy-plugin - - - true - - org.codehaus.mojo license-maven-plugin @@ -128,6 +121,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 +171,15 @@ limitations under the License. + + + org.apache.maven.plugins + maven-deploy-plugin + + + true + + io.fabric8