diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-03-02 16:43:31 -0600 |
---|---|---|
committer | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-03-02 16:43:31 -0600 |
commit | a88eb4a899fee09bc3c067a2764bb182d485d119 (patch) | |
tree | 3228f8ff578ac6d7d0695070a62536da55012a72 /sdnr/northbound | |
parent | 4fdab1fe391c2ecf3ea8bcb0fefb563ba8af042c (diff) |
Include CMNotify feature in SDNR
Integration of CMNotify feature in ccsdk-features-
sdnr-northbound-all meta feature
Issue-ID: CCSDK-2148
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: I52d4729e009e9f4abfed4514c5911c51c037f1c2
Diffstat (limited to 'sdnr/northbound')
-rw-r--r-- | sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml b/sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml index 559a22b14..6f6c6d359 100644 --- a/sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml +++ b/sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml @@ -72,5 +72,12 @@ <type>xml</type> <classifier>features</classifier> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>CMNotify-feature</artifactId> + <version>${project.version}</version> + <type>xml</type> + <classifier>features</classifier> + </dependency> </dependencies> </project> |