X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=a7ee92bab6f54537cf4e514dcc7e07880b2bbfc3;hb=a38e36caa736b48ca6aefafc3f03eeb966f6efb5;hp=f426920907db7c7f7e443e353cbd526f3767237f;hpb=80f26bbeef6caea8f9946e8a0e1a5e0319dacc38;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index f4269209..a7ee92ba 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -25,16 +25,22 @@ limitations under the License. org.o-ran-sc.portal.ric-dashboard ric-dash-parent - 1.0.4-SNAPSHOT + 1.2.0-SNAPSHOT ric-dash-be RIC Dashboard Webapp backend - 1.8 2.9.2 0 + + + onap-releases + ONAP - Release Repository + https://nexus.onap.org/content/repositories/releases + + @@ -46,7 +52,7 @@ limitations under the License. org.o-ran-sc.ric.plt.a1med.client a1-med-client - 0.4.0-SNAPSHOT + 0.10.0-SNAPSHOT org.o-ran-sc.ric.plt.appmgr.client @@ -56,7 +62,56 @@ limitations under the License. org.o-ran-sc.ric.plt.e2mgr.client e2-mgr-client - 20190620-SNAPSHOT + 20190703-SNAPSHOT + + + org.onap.portal.sdk + epsdk-fw + 2.4.0 + + + commons-logging + commons-logging + + + log4j + log4j + + + log4j + apache-log4j-extras + + + org.slf4j + slf4j-log4j12 + + + junit + junit + + + commons-fileupload + commons-fileupload + + + commons-beanutils + commons-beanutils + + + + org.powermock + powermock-module-junit4 + + + + org.powermock + powermock-api-mockito + + + + + org.springframework.boot + spring-boot-starter-security org.springframework.boot @@ -66,6 +121,11 @@ limitations under the License. org.slf4j slf4j-api + + + org.slf4j + jcl-over-slf4j + ch.qos.logback logback-classic @@ -84,20 +144,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 +199,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 +219,6 @@ limitations under the License. maven-resources-plugin - copy-resources @@ -177,11 +241,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 +278,10 @@ limitations under the License. - ${project.artifactId}:${project.version} + + ric-dashboard:${project.version} - openjdk:8-jre-slim + openjdk:11-jre-slim ${project.version} @@ -207,12 +291,21 @@ limitations under the License. - mkdir /maven/logs - chmod -R 777 /maven + mkdir /logs + chmod -R 777 /logs - - + + + java + -cp + maven:maven/${project.artifactId}-${project.version}.${project.packaging} + -Dloader.main=org.oransc.ric.portal.dashboard.DashboardApplication + -Xms128m + -Xmx256m + -Djava.security.egd=file:/dev/./urandom + org.springframework.boot.loader.PropertiesLauncher +