aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/northbound/CMNotify/provider/src/main/resources/org/opendaylight/blueprint
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2020-03-09 11:16:49 -0400
committerKAPIL SINGAL <ks220y@att.com>2020-03-09 15:31:24 +0000
commit23cd303740480ec3835bd5e0f9ec182e7c9a3bb7 (patch)
tree341b82e8ba8f33c19f7c5dfbd8186143b7a7b5d5 /sdnr/northbound/CMNotify/provider/src/main/resources/org/opendaylight/blueprint
parent10972f1312606d3184dcd1dba882cd2219878277 (diff)
Fixing package naming to fix MANIFEST.MF
Reafactoring POM Files Change-Id: Ib2eaaca2ee81d8354ccff4de10f7d6f77c8a82bf Issue-ID: CCSDK-2166 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'sdnr/northbound/CMNotify/provider/src/main/resources/org/opendaylight/blueprint')
-rw-r--r--sdnr/northbound/CMNotify/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdnr/northbound/CMNotify/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml b/sdnr/northbound/CMNotify/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml
index 2edb6a766..fd036bbd0 100644
--- a/sdnr/northbound/CMNotify/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml
+++ b/sdnr/northbound/CMNotify/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml
@@ -26,7 +26,7 @@
<reference id="svcLogicService"
interface="org.onap.ccsdk.sli.core.sli.provider.SvcLogicService"/>
- <bean id="client" class="org.onap.ccsdk.features.sdnr.northbound.CMNotify.CMNotifyClient">
+ <bean id="client" class="org.onap.ccsdk.features.sdnr.northbound.cmnotify.CMNotifyClient">
<argument ref="svcLogicService"/>
</bean>
@@ -40,7 +40,7 @@
<reference id="rpcRegistry" interface="org.opendaylight.controller.sal.binding.api.RpcProviderRegistry"
odl:type="default"/>
- <bean id="provider" class="org.onap.ccsdk.features.sdnr.northbound.CMNotify.CMNotifyProvider">
+ <bean id="provider" class="org.onap.ccsdk.features.sdnr.northbound.cmnotify.CMNotifyProvider">
<argument ref="dataBroker"/>
<argument ref="rpcRegistry"/>
<argument ref="notificationService"/>