X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=a1e30f203dd1c0e9edd870b387ffb57c87b31819;hb=63691d3d9377a0cf86923be38202ccbf87872bcd;hp=d7e12ec73d99c2164520d692ef1c3dc73ede16db;hpb=93a44cb851a49c923126f32016646860d104075c;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index d7e12ec7..a1e30f20 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.o-ran-sc.portal.ric-dashboard ric-dash-parent - 1.2.0-SNAPSHOT + 1.2.4-SNAPSHOT ric-dash-be RIC Dashboard Webapp backend @@ -34,6 +34,13 @@ limitations under the License. 0 + + + onap-releases + ONAP - Release Repository + https://nexus.onap.org/content/repositories/releases + + @@ -45,17 +52,66 @@ limitations under the License. org.o-ran-sc.ric.plt.a1med.client a1-med-client - 0.4.0-SNAPSHOT + 0.10.3-SNAPSHOT org.o-ran-sc.ric.plt.appmgr.client app-mgr-client - 0.1.5-SNAPSHOT + 0.1.7-SNAPSHOT org.o-ran-sc.ric.plt.e2mgr.client e2-mgr-client - 20190703-SNAPSHOT + 2.0.5-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 @@ -65,6 +121,11 @@ limitations under the License. org.slf4j slf4j-api + + + org.slf4j + jcl-over-slf4j + ch.qos.logback logback-classic @@ -83,12 +144,13 @@ limitations under the License. springfox-swagger-ui ${springfox.version} + org.mockito mockito-core + test - org.springframework.boot spring-boot-starter-test @@ -107,6 +169,8 @@ limitations under the License. org.junit.platform junit-platform-launcher + + 1.4.2 test @@ -207,7 +271,7 @@ limitations under the License. io.fabric8 docker-maven-plugin - 0.28.0 + 0.30.0 true @@ -229,12 +293,21 @@ limitations under the License. - mkdir /maven/logs - chmod -R 777 /maven + mkdir /logs + chmod -R 777 /logs - - + + + java + -Xms128m + -Xmx256m + -cp + maven:maven/${project.artifactId}-${project.version}.${project.packaging} + -Dloader.main=org.oransc.ric.portal.dashboard.DashboardApplication + -Djava.security.egd=file:/dev/./urandom + org.springframework.boot.loader.PropertiesLauncher +