aboutsummaryrefslogtreecommitdiffstats
path: root/a1-adapter/a1-adapter-api/provider/src/main/resources/org
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-02-04 16:36:06 -0500
committerDan Timoney <dtimoney@att.com>2021-02-05 12:05:21 -0500
commit02013b33111f0b51d07c80c89f4d5d08b60b2099 (patch)
tree641f4e528f9c5d078b5a9013466158a4fa94f40c /a1-adapter/a1-adapter-api/provider/src/main/resources/org
parentfee9955e585a00155b93f6de279a36217a8857bd (diff)
Update for ODL Aluminum
Update A1 adapter to conform to OpenDaylight Aluminum. Issue-ID: CCSDK-3138 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1dbda465c93ca8d4da532764b36c9ffb41fc7a9a
Diffstat (limited to 'a1-adapter/a1-adapter-api/provider/src/main/resources/org')
-rw-r--r--a1-adapter/a1-adapter-api/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml6
1 files changed, 2 insertions, 4 deletions
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 28dfb5e4..825ecc17 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
@@ -31,11 +31,9 @@
</bean>
<reference id="notificationService"
- interface="org.opendaylight.controller.md.sal.binding.api.NotificationPublishService"
- odl:type="default"/>
+ interface="org.opendaylight.mdsal.binding.api.NotificationPublishService" />
- <reference id="rpcRegistry" interface="org.opendaylight.controller.sal.binding.api.RpcProviderRegistry"
- odl:type="default"/>
+ <reference id="rpcRegistry" interface="org.opendaylight.mdsal.binding.api.RpcProviderService" />
<bean id="provider" class="org.onap.ccsdk.features.a1.adapter.A1AdapterProvider">
<argument ref="notificationService"/>