Integrate CMNotify installer in ODLSLI POM 86/102786/1
authorSandeep Shah <sandeeplinux1068@gmail.com>
Mon, 2 Mar 2020 22:50:28 +0000 (16:50 -0600)
committerSandeep Shah <sandeeplinux1068@gmail.com>
Mon, 2 Mar 2020 22:50:28 +0000 (16:50 -0600)
CMNotify feature integration into CCSDK
distribution. Include installer in the
ODLSLI POM file. Done to enwure feature JAR files
are available for successful docker execution

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

odlsli/odlsli-alpine/pom.xml

index 5db3096..25c03e6 100644 (file)
                        <classifier>repo</classifier>
                        <type>zip</type>
                </dependency>
+               <dependency>
+                       <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
+                       <artifactId>CMNotify-installer</artifactId>
+                       <version>${ccsdk.features.version}</version>
+                       <classifier>repo</classifier>
+                       <type>zip</type>
+               </dependency>
        </dependencies>
 
        <build>