X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=26d8f8aaf3456f7c1a10458df0f1e272b65e5993;hb=ace0b71ff6e424193ff6d6519a529d279e7ade58;hp=b604eeda62996b575c7f32ec09f4629d2b1fd0df;hpb=056a49df629daf4189a34c37ee30b1f5ad88a59d;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index b604eeda..26d8f8aa 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -23,25 +23,31 @@ limitations under the License. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.oranosc.ric.portal.dashboard + org.o-ran-sc.portal.ric-dashboard ric-dash-parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ric-dash-be RIC Dashboard Webapp backend 1.8 + + true 2.9.2 - ${env.NEXUS3_PUSH_REGISTRY} - org.oranosc.ric.e2mgr.client + org.o-ran-sc.ric.a1med.client + a1-med-client + 0.3.0-SNAPSHOT + + + org.o-ran-sc.ric.e2mgr.client e2-mgr-client - 0.0.1-SNAPSHOT + 02052019-SNAPSHOT - org.oranosc.ric.xappmgr.client + org.o-ran-sc.ric.xappmgr.client xapp-mgr-client 0.0.10-SNAPSHOT @@ -49,25 +55,17 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - - org.springframework.boot - spring-boot-starter-test - test - org.slf4j slf4j-api - ch.qos.logback logback-classic - ch.qos.logback logback-core - io.springfox @@ -79,10 +77,15 @@ limitations under the License. springfox-swagger-ui ${springfox.version} + + + org.mockito + mockito-core + + - org.junit.jupiter - junit-jupiter-api - + org.springframework.boot + spring-boot-starter-test test @@ -150,9 +153,9 @@ limitations under the License. 0.28.0 true - - nexus3.oran-osc.org:10001 - ${docker.push.registry} + + ${env.CONTAINER_PULL_REGISTRY} + ${env.CONTAINER_PUSH_REGISTRY}