X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=e96777fe847a1c164e4187951ba1a08a2ce08593;hb=refs%2Fchanges%2F26%2F526%2F2;hp=1107a48e852771d84065004ec2d2005d95686fa5;hpb=5b686151904e2582ea9ce9d2f1c6abb7a400afa5;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index 1107a48e..e96777fe 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -25,12 +25,11 @@ limitations under the License. org.o-ran-sc.portal.ric-dashboard ric-dash-parent - 1.0.5-SNAPSHOT + 1.2.0-SNAPSHOT ric-dash-be RIC Dashboard Webapp backend - 1.8 2.9.2 0 @@ -56,7 +55,7 @@ limitations under the License. org.o-ran-sc.ric.plt.e2mgr.client e2-mgr-client - 20190626-SNAPSHOT + 20190703-SNAPSHOT org.springframework.boot @@ -84,20 +83,40 @@ limitations under the License. springfox-swagger-ui ${springfox.version} + org.mockito mockito-core + test - org.springframework.boot 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.springframework.boot + spring-boot-maven-plugin + org.codehaus.mojo license-maven-plugin @@ -119,20 +138,6 @@ limitations under the License. - - org.springframework.boot - spring-boot-maven-plugin - - - - org.apache.maven.plugins - maven-compiler-plugin - - - 1.8 - 1.8 - - @@ -154,7 +158,6 @@ limitations under the License. maven-resources-plugin - copy-resources @@ -177,11 +180,30 @@ 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 @@ -195,9 +217,10 @@ limitations under the License. - ${project.artifactId}:${project.version} + + ric-dashboard:${project.version} - openjdk:8-jre-slim + openjdk:11-jre-slim ${project.version} @@ -212,7 +235,7 @@ limitations under the License. - +