Include CMNotify feature in SDNR 85/102785/1
authorSandeep Shah <sandeeplinux1068@gmail.com>
Mon, 2 Mar 2020 22:43:31 +0000 (16:43 -0600)
committerSandeep Shah <sandeeplinux1068@gmail.com>
Mon, 2 Mar 2020 22:43:31 +0000 (16:43 -0600)
Integration of CMNotify feature in ccsdk-features-
sdnr-northbound-all meta feature

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

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

index 559a22b..6f6c6d3 100644 (file)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>CMNotify-feature</artifactId>
+            <version>${project.version}</version>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>      
     </dependencies>
 </project>