Upgrade E2 manager to spec dated 2019-06-30
[portal/ric-dashboard.git] / webapp-backend / pom.xml
index fac2743..cf19367 100644 (file)
@@ -25,7 +25,7 @@ limitations under the License.
        <parent>
                <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>1.0.4-SNAPSHOT</version>
+               <version>1.0.5-SNAPSHOT</version>
        </parent>
        <artifactId>ric-dash-be</artifactId>
        <name>RIC Dashboard Webapp backend</name>
@@ -36,25 +36,27 @@ limitations under the License.
                <build.number>0</build.number>
        </properties>
        <dependencies>
+               <!-- xApps -->
                <dependency>
-                       <groupId>org.o-ran-sc.ric.a1med.client</groupId>
+                       <groupId>org.o-ran-sc.ric.xapp.anr.client</groupId>
+                       <artifactId>anr-xapp-client</artifactId>
+                       <version>0.0.8-SNAPSHOT</version>
+               </dependency>
+               <!-- Platform components -->
+               <dependency>
+                       <groupId>org.o-ran-sc.ric.plt.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.8-SNAPSHOT</version>
+                       <groupId>org.o-ran-sc.ric.plt.appmgr.client</groupId>
+                       <artifactId>app-mgr-client</artifactId>
+                       <version>0.1.5-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.o-ran-sc.ric.e2mgr.client</groupId>
+                       <groupId>org.o-ran-sc.ric.plt.e2mgr.client</groupId>
                        <artifactId>e2-mgr-client</artifactId>
-                       <version>20190620-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.o-ran-sc.ric.xappmgr.client</groupId>
-                       <artifactId>xapp-mgr-client</artifactId>
-                       <version>0.1.4-SNAPSHOT</version>
+                       <version>20190630-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework.boot</groupId>