Drop A1 mediator and AC xApp
[portal/ric-dashboard.git] / dashboard / webapp-backend / pom.xml
index 5c827ec..ed1da94 100644 (file)
@@ -25,10 +25,11 @@ limitations under the License.
        <parent>
                <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>2.0.0-SNAPSHOT</version>
+               <version>2.0.1-SNAPSHOT</version>
        </parent>
+       <!-- reuse parent groupId -->
        <artifactId>ric-dash-be</artifactId>
-       <name>RIC Dashboard Webapp backend</name>
+       <name>RIC Dashboard Webapp Backend</name>
        <properties>
                <springfox.version>2.9.2</springfox.version>
                <!-- Set by Jenkins -->
@@ -44,17 +45,12 @@ limitations under the License.
        <dependencies>
                <!-- Platform components -->
                <dependency>
-                       <groupId>org.o-ran-sc.ric.plt.a1med.client</groupId>
-                       <artifactId>a1-med-client</artifactId>
-                       <version>2.1.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.o-ran-sc.ric.plt.appmgr.client</groupId>
+                       <groupId>org.o-ran-sc.ric-plt.appmgr.client</groupId>
                        <artifactId>app-mgr-client</artifactId>
                        <version>0.3.3-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.o-ran-sc.ric.plt.e2mgr.client</groupId>
+                       <groupId>org.o-ran-sc.ric-plt.e2mgr.client</groupId>
                        <artifactId>e2-mgr-client</artifactId>
                        <version>3.0.3-SNAPSHOT</version>
                </dependency>