Fix blueprints after removing Sonar issues 25/113025/3
authorelinuxhenrik <henrik.b.andersson@est.tech>
Wed, 23 Sep 2020 08:16:14 +0000 (10:16 +0200)
committerKAPIL SINGAL <ks220y@att.com>
Wed, 23 Sep 2020 13:24:55 +0000 (13:24 +0000)
Change-Id: I120b1646fd43ba74488366e8bd41474191533413
Issue-ID: CCSDK-2604
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
a1-adapter/a1-adapter-api/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml
a1-adapter/a1-adapter-api/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml

index 2940360..28dfb5e 100644 (file)
@@ -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>
 
index 2940360..28dfb5e 100644 (file)
@@ -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>