Merge "Apply mat-table to control and catalog"
[portal/ric-dashboard.git] / webapp-backend / pom.xml
index 26d8f8a..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
 %%
@@ -25,31 +25,34 @@ limitations under the License.
        <parent>
                <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>1.0.1-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>
-               <!-- this is not a library, don't publish javadoc -->
-               <maven.javadoc.skip>true</maven.javadoc.skip>
                <springfox.version>2.9.2</springfox.version>
        </properties>
        <dependencies>
                <dependency>
                        <groupId>org.o-ran-sc.ric.a1med.client</groupId>
                        <artifactId>a1-med-client</artifactId>
-                       <version>0.3.0-SNAPSHOT</version>
+                       <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>02052019-SNAPSHOT</version>
+                       <version>20190515-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <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>