Reorganise dependency injection in ServiceHandler
[transportpce.git] / tapi / src / main / resources / OSGI-INF / blueprint / tapi-blueprint.xml
index 58d876d0f71c218cc4ce58ddf21ccc232bf77deb..6149a54c8ba46ef65bf9d147bbcd8bb4113c3de3 100644 (file)
@@ -14,14 +14,13 @@ Author: Gilles Thouenon <gilles.thouenon@orange.com>
   odl:use-default-for-reference-types="true">
 
     <reference id="dataBroker"
-          interface="org.opendaylight.mdsal.binding.api.DataBroker"
-          odl:type="default" />
+          interface="org.opendaylight.mdsal.binding.api.DataBroker"/>
 
     <reference id="rpcProviderService"
           interface="org.opendaylight.mdsal.binding.api.RpcProviderService"/>
 
     <reference id="serviceHandlerService"
-          interface="org.opendaylight.transportpce.servicehandler.service.ServiceHandlerOperations" />
+          interface="org.opendaylight.yang.gen.v1.http.org.openroadm.service.rev190531.OrgOpenroadmServiceService" />
 
     <bean id="tapiListener"
           class="org.opendaylight.transportpce.tapi.utils.TapiListener">