X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=d7e12ec73d99c2164520d692ef1c3dc73ede16db;hb=93a44cb851a49c923126f32016646860d104075c;hp=7c041c124b935b663323ae59743a182d79023206;hpb=f6f3f33ef28b28f936c596376731d950e35d9071;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index 7c041c12..d7e12ec7 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -25,34 +25,37 @@ limitations under the License. org.o-ran-sc.portal.ric-dashboard ric-dash-parent - 1.0.3-SNAPSHOT + 1.2.0-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.3-SNAPSHOT + 20190703-SNAPSHOT org.springframework.boot @@ -91,17 +94,27 @@ limitations under the License. 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 @@ -124,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 @@ -149,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 @@ -162,9 +216,10 @@ limitations under the License. - ${project.artifactId}:${project.version} + + ric-dashboard:${project.version} - openjdk:8-jre-slim + openjdk:11-jre-slim ${project.version} @@ -179,7 +234,7 @@ limitations under the License. - +