diff options
-rw-r--r-- | asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml | 2 | ||||
-rw-r--r-- | dataChange/provider/src/main/resources/org/opendaylight/blueprint/datachange-blueprint.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml b/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml index 810ce8c5e..9ad08d3db 100644 --- a/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml +++ b/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml @@ -15,7 +15,7 @@ odl:type="default" /> <reference id="notificationService" - interface="org.opendaylight.controller.sal.binding.impl.NotificationPublishService" + interface="org.opendaylight.controller.md.sal.binding.api.NotificationPublishService" odl:type="default" /> <reference id="rpcRegistry" diff --git a/dataChange/provider/src/main/resources/org/opendaylight/blueprint/datachange-blueprint.xml b/dataChange/provider/src/main/resources/org/opendaylight/blueprint/datachange-blueprint.xml index 03293015b..5a38c81f1 100644 --- a/dataChange/provider/src/main/resources/org/opendaylight/blueprint/datachange-blueprint.xml +++ b/dataChange/provider/src/main/resources/org/opendaylight/blueprint/datachange-blueprint.xml @@ -15,7 +15,7 @@ odl:type="default" /> <reference id="notificationService" - interface="org.opendaylight.controller.sal.binding.impl.NotificationPublishService" + interface="org.opendaylight.controller.md.sal.binding.api.NotificationPublishService" odl:type="default" /> <reference id="rpcRegistry" |