Merge "Apply mat-table to control and catalog"
[portal/ric-dashboard.git] / webapp-backend / pom.xml
index 3b06ab9..81e332d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--<![CDATA[
 ========================LICENSE_START=================================
-ORAN-OSC
+O-RAN-SC
 %%
 Copyright (C) 2019 AT&T Intellectual Property and Nokia
 %%
@@ -23,27 +23,36 @@ limitations under the License.
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
-               <groupId>org.oranosc.ric.portal.dashboard</groupId>
+               <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.3-SNAPSHOT</version>
        </parent>
        <artifactId>ric-dash-be</artifactId>
        <name>RIC Dashboard Webapp backend</name>
        <properties>
                <java.version>1.8</java.version>
                <springfox.version>2.9.2</springfox.version>
-               <docker.push.registry>${env.NEXUS3_PUSH_REGISTRY}</docker.push.registry>
        </properties>
        <dependencies>
                <dependency>
-                       <groupId>org.oranosc.ric.e2mgr.client</groupId>
+                       <groupId>org.o-ran-sc.ric.a1med.client</groupId>
+                       <artifactId>a1-med-client</artifactId>
+                       <version>0.4.0-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.o-ran-sc.ric.anrxapp.client</groupId>
+                       <artifactId>anr-xapp-client</artifactId>
+                       <version>0.0.6-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.o-ran-sc.ric.e2mgr.client</groupId>
                        <artifactId>e2-mgr-client</artifactId>
-                       <version>0.0.1-SNAPSHOT</version>
+                       <version>20190515-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.oranosc.ric.xappmgr.client</groupId>
+                       <groupId>org.o-ran-sc.ric.xappmgr.client</groupId>
                        <artifactId>xapp-mgr-client</artifactId>
-                       <version>0.0.10-SNAPSHOT</version>
+                       <version>0.1.3-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
@@ -147,9 +156,9 @@ limitations under the License.
                                <version>0.28.0</version>
                                <configuration>
                                        <verbose>true</verbose>
-                                       <!-- Not supplied to all jobs; e.g., Javadoc -->
-                                       <docker.pull.registry>nexus3.oran-osc.org:10001</docker.pull.registry>
-                                       <pushRegistry>${docker.push.registry}</pushRegistry>
+                                       <!-- environment variables supplied by Jenkins -->
+                                       <pullRegistry>${env.CONTAINER_PULL_REGISTRY}</pullRegistry>
+                                       <pushRegistry>${env.CONTAINER_PUSH_REGISTRY}</pushRegistry>
                                        <images>
                                                <image>
                                                        <!-- Specify a tag to avoid default tag "latest" -->