Bump MDSAL to 4.0.0
[bgpcep.git] / bgp / benchmark-app / src / main / resources / OSGI-INF / blueprint / bgp-app-peer-benchmark.xml
index d98e7799aa631b19b04341171574daf998300b5f..e940c09d87e291fa1200d751d10cb10de689b68e 100644 (file)
@@ -8,7 +8,7 @@
   -->
 
 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0">
-    <reference id="dataBroker" interface="org.opendaylight.mdsal.binding.api.DataBroker" odl:type="pingpong"/>
+    <reference id="dataBroker" interface="org.opendaylight.mdsal.binding.api.DataBroker" odl:type="default"/>
     <reference id="rpcRegistry" interface="org.opendaylight.mdsal.binding.api.RpcProviderService"/>
 
     <odl:clustered-app-config id="bgpBenchmarkConfig"
@@ -22,4 +22,4 @@
             <bean factory-ref="bgpBenchmarkConfig" factory-method="getAppPeerId"/>
         </argument>
     </bean>
-</blueprint>
\ No newline at end of file
+</blueprint>