Upgrade client API versions to R3 latest
[portal/ric-dashboard.git] / webapp-backend / pom.xml
index 3b56e68..5c827ec 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.3.0-SNAPSHOT</version>
+               <version>2.0.0-SNAPSHOT</version>
        </parent>
        <artifactId>ric-dash-be</artifactId>
        <name>RIC Dashboard Webapp backend</name>
@@ -42,27 +42,21 @@ limitations under the License.
                </repository>
        </repositories>
        <dependencies>
-               <!-- xApps -->
-               <dependency>
-                       <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.10.3-SNAPSHOT</version>
+                       <version>2.1.0-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.o-ran-sc.ric.plt.appmgr.client</groupId>
                        <artifactId>app-mgr-client</artifactId>
-                       <version>0.1.7-SNAPSHOT</version>
+                       <version>0.3.3-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.o-ran-sc.ric.plt.e2mgr.client</groupId>
                        <artifactId>e2-mgr-client</artifactId>
-                       <version>2.0.5-SNAPSHOT</version>
+                       <version>3.0.3-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.onap.portal.sdk</groupId>