aboutsummaryrefslogtreecommitdiffstats
path: root/a1-adapter
diff options
context:
space:
mode:
authorelinuxhenrik <henrik.b.andersson@est.tech>2020-09-23 10:16:14 +0200
committerKAPIL SINGAL <ks220y@att.com>2020-09-23 13:24:55 +0000
commit23030fc618c3137b8f8a33a38661104ade6cd5bd (patch)
treee5924b1e312ce11d1827cf4441b69f49701e73c8 /a1-adapter
parent8472d9e48a4d821b0904b3a63d268782f30eba0b (diff)
Fix blueprints after removing Sonar issues
Change-Id: I120b1646fd43ba74488366e8bd41474191533413 Issue-ID: CCSDK-2604 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Diffstat (limited to 'a1-adapter')
-rw-r--r--a1-adapter/a1-adapter-api/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml6
-rw-r--r--a1-adapter/a1-adapter-api/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml6
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>