Migrate ntfbenchmark to MDSAL APIs
[controller.git] / benchmark / ntfbenchmark / src / main / resources / org / opendaylight / blueprint / ntfbenchmark.xml
index 93ba1cebff041cbe8a73e20025e850cbb8ef2fdd..0b36361ff9087833371ea0faee6269e7c2ce96cc 100644 (file)
@@ -10,8 +10,8 @@
            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
            odl:use-default-for-reference-types="true">
 
-  <reference id="publishService" interface="org.opendaylight.controller.md.sal.binding.api.NotificationPublishService"/>
-  <reference id="listenerService" interface="org.opendaylight.controller.md.sal.binding.api.NotificationService"/>
+  <reference id="publishService" interface="org.opendaylight.mdsal.binding.api.NotificationPublishService"/>
+  <reference id="listenerService" interface="org.opendaylight.mdsal.binding.api.NotificationService"/>
 
   <bean id="provider" class="ntfbenchmark.impl.NtfbenchmarkProvider"
           init-method="init" destroy-method="close">