diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-04 16:13:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-04 16:13:00 +0000 |
commit | 496f8b3b65efc53cf08cc7233bf01d70d4b6e212 (patch) | |
tree | 4a15f5c5cf25b164f6a8c6773c517eba5483069c | |
parent | 39e21227338d7f41d673310b20786a9573e7089f (diff) | |
parent | ea4425a876dc0a0121ec8ca06200dbbc15b306c5 (diff) |
Merge "Integrate CMNotify installer in ODLSLI POM"
-rw-r--r-- | odlsli/odlsli-alpine/pom.xml | 7 |
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> |