Bug fix in SDNR Northbound features POM file 59/112959/1
authorSandeep Shah <sandeeplinux1068@gmail.com>
Tue, 22 Sep 2020 02:31:43 +0000 (21:31 -0500)
committerSandeep Shah <sandeeplinux1068@gmail.com>
Tue, 22 Sep 2020 02:31:43 +0000 (21:31 -0500)
Include dependency for RANSlice feature in the
ccsdk-features-sdnr-northbound-all POM file

Issue-ID: CCSDK-2847
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: I4d16fca9f63322dc54a593fac2d2eeef2b5cd71d

sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml
sdnr/northbound/pom.xml

index f520f0a..e52b79e 100644 (file)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>ranSlice-feature</artifactId>
+            <version>${project.version}</version>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
     </dependencies>
 </project>
index f787760..be575e8 100644 (file)
@@ -39,7 +39,7 @@
     <packaging>pom</packaging>
 
     <name>ccsdk-features :: ${project.artifactId}</name>
-    <description>SDN-R RAN, OOF PCI ANR POC, A1 Adapter, CMNotify</description>
+    <description>SDN-R RAN, OOF PCI ANR POC, A1 Adapter, CMNotify, RANSlice</description>
 
     <modules>
         <module>oofpcipoc</module>