diff options
Diffstat (limited to 'a1-adapter/a1-adapter-api')
2 files changed, 2 insertions, 10 deletions
diff --git a/a1-adapter/a1-adapter-api/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml b/a1-adapter/a1-adapter-api/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml index 29403607..28dfb5e4 100644 --- a/a1-adapter/a1-adapter-api/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml +++ b/a1-adapter/a1-adapter-api/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml @@ -30,9 +30,6 @@ <argument ref="svcLogicService"/> </bean> - <reference id="dataBroker" interface="org.opendaylight.controller.md.sal.binding.api.DataBroker" - odl:type="default"/> - <reference id="notificationService" interface="org.opendaylight.controller.md.sal.binding.api.NotificationPublishService" odl:type="default"/> @@ -41,9 +38,8 @@ odl:type="default"/> <bean id="provider" class="org.onap.ccsdk.features.a1.adapter.A1AdapterProvider"> - <argument ref="dataBroker"/> - <argument ref="rpcRegistry"/> <argument ref="notificationService"/> + <argument ref="rpcRegistry"/> <argument ref="client"/> </bean> diff --git a/a1-adapter/a1-adapter-api/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml b/a1-adapter/a1-adapter-api/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml index 29403607..28dfb5e4 100644 --- a/a1-adapter/a1-adapter-api/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml +++ b/a1-adapter/a1-adapter-api/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml @@ -30,9 +30,6 @@ <argument ref="svcLogicService"/> </bean> - <reference id="dataBroker" interface="org.opendaylight.controller.md.sal.binding.api.DataBroker" - odl:type="default"/> - <reference id="notificationService" interface="org.opendaylight.controller.md.sal.binding.api.NotificationPublishService" odl:type="default"/> @@ -41,9 +38,8 @@ odl:type="default"/> <bean id="provider" class="org.onap.ccsdk.features.a1.adapter.A1AdapterProvider"> - <argument ref="dataBroker"/> - <argument ref="rpcRegistry"/> <argument ref="notificationService"/> + <argument ref="rpcRegistry"/> <argument ref="client"/> </bean> |