Merge "Integrate CMNotify installer in ODLSLI POM"
diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml
index 5db3096..25c03e6 100644
--- a/odlsli/odlsli-alpine/pom.xml
+++ b/odlsli/odlsli-alpine/pom.xml
@@ -290,6 +290,13 @@
 			<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>