summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Shah <sandeeplinux1068@gmail.com>2020-03-02 16:50:28 -0600
committerSandeep Shah <sandeeplinux1068@gmail.com>2020-03-02 16:50:28 -0600
commitea4425a876dc0a0121ec8ca06200dbbc15b306c5 (patch)
treebbca9162b49d0a51593dbc8a511f31c969420aa8
parent5007ad36c29ec122c1098dee36c5869c760e876d (diff)
Integrate CMNotify installer in ODLSLI POM
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
-rw-r--r--odlsli/odlsli-alpine/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml
index 5db3096a..25c03e66 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>