Merge "Integrate CMNotify installer in ODLSLI POM"
authorDan Timoney <dtimoney@att.com>
Wed, 4 Mar 2020 16:13:00 +0000 (16:13 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 4 Mar 2020 16:13:00 +0000 (16:13 +0000)
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>