aboutsummaryrefslogtreecommitdiffstats
path: root/appc-provider
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-11-13 17:48:36 -0800
committerTakamune Cho <takamune.cho@att.com>2019-11-14 14:21:47 +0000
commit78ea7fb9e1825ccf4e3f2df68939c79af7549ad4 (patch)
tree8b21a2956d0f081d6f09e89617d58f8af5b9db46 /appc-provider
parentbdfa6e62a885b4a37171478a7982605eff119d6c (diff)
Update provider blueprint mdsal naming
The blueprint file should be updated to the new package naming that opendaylight is using. This change matches the changes made to appc provider java files. Change-Id: Ibf9f7c5abbe8ca1037194a7c89497555890b840f Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1764
Diffstat (limited to 'appc-provider')
-rw-r--r--appc-provider/appc-provider-bundle/src/main/resources/org/opendaylight/blueprint/provider-blueprint.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-provider/appc-provider-bundle/src/main/resources/org/opendaylight/blueprint/provider-blueprint.xml b/appc-provider/appc-provider-bundle/src/main/resources/org/opendaylight/blueprint/provider-blueprint.xml
index 0c03369bd..96928101d 100644
--- a/appc-provider/appc-provider-bundle/src/main/resources/org/opendaylight/blueprint/provider-blueprint.xml
+++ b/appc-provider/appc-provider-bundle/src/main/resources/org/opendaylight/blueprint/provider-blueprint.xml
@@ -30,11 +30,11 @@
</bean>
<reference id="dataBroker"
- interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"
+ interface="org.opendaylight.mdsal.binding.api.DataBroker"
odl:type="default" />
<reference id="notificationService"
- interface="org.opendaylight.controller.md.sal.binding.api.NotificationPublishService"
+ interface="org.opendaylight.mdsal.binding.api.NotificationPublishService"
odl:type="default" />
<reference id="rpcRegistry"