Migrate off deprecated APIs, to mdsal.binding.api.DataBroker
[unimgr.git] / template-driver / src / main / resources / org / opendaylight / blueprint / template-driver.xml
index b8f9d5d928c49e8455e3d0733de7ad38651f6a2e..ec1065b8d331c7b8ce74212bf7e865bd10804b23 100644 (file)
@@ -9,7 +9,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
            odl:use-default-for-reference-types="true">
 
-    <reference id="dataBroker" interface="org.opendaylight.controller.md.sal.binding.api.DataBroker" />
+    <reference id="dataBroker" interface="org.opendaylight.mdsal.binding.api.DataBroker" />
     <reference id="topologyManager" interface="org.opendaylight.unimgr.mef.nrp.api.TopologyManager" />
 
     <service interface="org.opendaylight.unimgr.mef.nrp.api.ActivationDriverBuilder">