X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=a7ee92bab6f54537cf4e514dcc7e07880b2bbfc3;hb=a38e36caa736b48ca6aefafc3f03eeb966f6efb5;hp=3b06ab9e786eed7d8cfb6f6d73eedfb57995197b;hpb=bda70e88ca63203c5a8cc034e824ec5855c32e4b;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index 3b06ab9e..a7ee92ba 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -1,7 +1,7 @@ + 0 + + + onap-releases + ONAP - Release Repository + https://nexus.onap.org/content/repositories/releases + + + - org.oranosc.ric.e2mgr.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.10.0-SNAPSHOT + + + org.o-ran-sc.ric.plt.appmgr.client + app-mgr-client + 0.1.5-SNAPSHOT + + + org.o-ran-sc.ric.plt.e2mgr.client e2-mgr-client - 0.0.1-SNAPSHOT + 20190703-SNAPSHOT - org.oranosc.ric.xappmgr.client - xapp-mgr-client - 0.0.10-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 @@ -53,6 +121,11 @@ limitations under the License. org.slf4j slf4j-api + + + org.slf4j + jcl-over-slf4j + ch.qos.logback logback-classic @@ -71,28 +144,39 @@ 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.apache.maven.plugins - maven-deploy-plugin - - - true - + org.springframework.boot + spring-boot-maven-plugin org.codehaus.mojo @@ -115,13 +199,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 @@ -140,6 +237,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 @@ -147,15 +272,16 @@ limitations under the License. 0.28.0 true - - nexus3.oran-osc.org:10001 - ${docker.push.registry} + + ${env.CONTAINER_PULL_REGISTRY} + ${env.CONTAINER_PUSH_REGISTRY} - ${project.artifactId}:${project.version} + + ric-dashboard:${project.version} - openjdk:8-jre-slim + openjdk:11-jre-slim ${project.version} @@ -165,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 +