Servicehandler Tests
[transportpce.git] / impl / src / main / resources / org / opendaylight / blueprint / impl-blueprint.xml
index 5bc66308927463a998b510626b2baf4c168b1561..f624cc9fc69db910fe8b020b40d9a6d86f3cd23b 100644 (file)
@@ -14,11 +14,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <reference id="dataBroker"
     interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"
     odl:type="default" />
+  <reference id="mountPointService"
+    interface="org.opendaylight.controller.md.sal.binding.api.MountPointService" />
 
   <bean id="provider"
     class="org.opendaylight.transportpce.impl.TransportpceProvider"
     init-method="init" destroy-method="close">
     <argument ref="dataBroker" />
+    <argument ref="mountPointService" />
   </bean>
 
 </blueprint>