From 4fdab1fe391c2ecf3ea8bcb0fefb563ba8af042c Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Mon, 2 Mar 2020 10:31:48 -0600 Subject: ORAN CMNotify Karaf Feature Development CMNotify Karaf feature development as part of SDNR meta-feature. This feature relates to receiving VES message for nbrListChangeNotification via DMAAP and making updates to RuntimeDB/ConfigDB Issue-ID: CCSDK-2130 Signed-off-by: SandeepLinux Change-Id: Iad5f0bfe855986a202a264b50e1a0591c7015fce --- sdnr/northbound/CMNotify/provider/pom.xml | 195 ++++++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 sdnr/northbound/CMNotify/provider/pom.xml (limited to 'sdnr/northbound/CMNotify/provider/pom.xml') diff --git a/sdnr/northbound/CMNotify/provider/pom.xml b/sdnr/northbound/CMNotify/provider/pom.xml new file mode 100644 index 000000000..a6a462987 --- /dev/null +++ b/sdnr/northbound/CMNotify/provider/pom.xml @@ -0,0 +1,195 @@ + + + + + 4.0.0 + + + org.onap.ccsdk.parent + binding-parent + 1.5.2-SNAPSHOT + + + + org.onap.ccsdk.features.sdnr.northbound + CMNotify-provider + 0.7.1-SNAPSHOT + bundle + + ccsdk-features :: sdnr-northbound :: ${project.artifactId} + + + ${project.version} + ${project.version} + + + + + + + + org.onap.ccsdk.sli.core + sli-core-artifacts + ${ccsdk.sli.core.version} + pom + import + + + + + + + org.onap.ccsdk.features.sdnr.northbound + CMNotify-model + ${project.version} + + + + org.opendaylight.controller + sal-binding-api + + + + org.onap.ccsdk.sli.core + sli-common + provided + + + org.onap.ccsdk.sli.core + sli-provider + provided + + + org.opendaylight.controller + sal-test-model + test + + + org.opendaylight.controller + sal-binding-broker-impl + test + + + org.opendaylight.controller + sal-binding-broker-impl + test-jar + tests + test + + + junit + junit + test + + + org.mockito + mockito-core + test + + + org.testng + testng + test + + + + org.opendaylight.controller + sal-common-util + + + org.opendaylight.controller + sal-core-api + + + + org.opendaylight.yangtools + yang-data-impl + + + + org.opendaylight.controller + sal-binding-broker-impl + test-jar + tests + test + + + + + + -- cgit 1.2.3-korg