X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=7c3a2dd188b23744e2f23a4aa6e5f30c6946bf76;hb=refs%2Fchanges%2F25%2F2225%2F2;hp=a7ee92bab6f54537cf4e514dcc7e07880b2bbfc3;hpb=a38e36caa736b48ca6aefafc3f03eeb966f6efb5;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index a7ee92ba..7c3a2dd1 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -3,7 +3,7 @@ ========================LICENSE_START================================= O-RAN-SC %% -Copyright (C) 2019 AT&T Intellectual Property and Nokia +Copyright (C) 2019 AT&T Intellectual Property %% Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ limitations under the License. org.o-ran-sc.portal.ric-dashboard ric-dash-parent - 1.2.0-SNAPSHOT + 2.0.0-SNAPSHOT ric-dash-be RIC Dashboard Webapp backend @@ -43,31 +43,26 @@ limitations under the License. - - 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 + 1.0.4-SNAPSHOT org.o-ran-sc.ric.plt.appmgr.client app-mgr-client - 0.1.5-SNAPSHOT + 0.1.10-SNAPSHOT org.o-ran-sc.ric.plt.e2mgr.client e2-mgr-client - 20190703-SNAPSHOT + 2.0.10-SNAPSHOT org.onap.portal.sdk epsdk-fw - 2.4.0 + 2.6.0 commons-logging @@ -169,6 +164,8 @@ limitations under the License. org.junit.platform junit-platform-launcher + + 1.4.2 test @@ -179,25 +176,17 @@ limitations under the License. spring-boot-maven-plugin + org.codehaus.mojo license-maven-plugin - - - - update-file-header - - process-sources - - ${lmp.organization.name} - ${lmp.inception.year} - ${lmp.project.name} - ${lmp.license.name} - ${lmp.process.start.tag} - ${lmp.process.end.tag} - false - - - + + + src + + + **/*.json + + @@ -279,7 +268,7 @@ limitations under the License. - ric-dashboard:${project.version} + o-ran-sc/ric-dashboard:${project.version} openjdk:11-jre-slim @@ -298,11 +287,11 @@ limitations under the License. java + -Xms128m + -Xmx256m -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