Add Xapp Onboarder client to backend
[portal/ric-dashboard.git] / dashboard / webapp-backend / pom.xml
index 9c4a317..664747f 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>2.0.3-SNAPSHOT</version>
+               <version>2.1.0-SNAPSHOT</version>
        </parent>
        <!-- reuse parent groupId -->
        <artifactId>ric-dash-be</artifactId>
@@ -54,6 +54,11 @@ limitations under the License.
                        <artifactId>e2-mgr-client</artifactId>
                        <version>4.4.4-SNAPSHOT</version>
                </dependency>
+               <dependency>
+                       <groupId>org.o-ran-sc.it-dev.xapp-onboarder.client</groupId>
+                       <artifactId>xapp-obrd-client</artifactId>
+                       <version>1.0.0-SNAPSHOT</version>
+               </dependency>
                <dependency>
                        <groupId>org.onap.portal.sdk</groupId>
                        <artifactId>epsdk-fw</artifactId>