Do not use odl:type=default
[l2switch.git] / hosttracker / implementation / src / main / resources / org / opendaylight / blueprint / host-tracker.xml
index 1226a915720f1c8df42e0ed2d26e89d3b6142d50..a8249ff8630223457fb94a00b397c04c65c2f171 100644 (file)
@@ -1,11 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
-  xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
-  odl:use-default-for-reference-types="true">
+  xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0">
 
   <reference id="dataBroker"
-    interface="org.opendaylight.mdsal.binding.api.DataBroker"
-    odl:type="default" />
+    interface="org.opendaylight.mdsal.binding.api.DataBroker" />
 
   <odl:clustered-app-config id="hostTrackerConfig"
     binding-class="org.opendaylight.yang.gen.v1.urn.opendaylight.l2switch.host.tracker.config.rev140528.HostTrackerConfig">