Update provider blueprint mdsal naming 93/98393/2
authorPatrick Brady <patrick.brady@att.com>
Thu, 14 Nov 2019 01:48:36 +0000 (17:48 -0800)
committerTakamune Cho <takamune.cho@att.com>
Thu, 14 Nov 2019 14:21:47 +0000 (14:21 +0000)
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

appc-provider/appc-provider-bundle/src/main/resources/org/opendaylight/blueprint/provider-blueprint.xml

index 0c03369..9692810 100644 (file)
     </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"