Remove no longer required service-properties
[bgpcep.git] / bmp / bmp-impl / src / main / resources / org / opendaylight / blueprint / bgp-bmp.xml
index cd45ccdaca45a5a715aaac491ec12a1d5e5abde1..07a9dbcaa8593bc591689bdca8ca1e4f7bb24c2e 100644 (file)
     <argument ref="bmpSessionFactory"/>
   </bean>
 
-  <service ref="bmpDispatcher" interface="org.opendaylight.protocol.bmp.api.BmpDispatcher">
-    <!-- The following service properties specify the config system module and instance that correspond to
-         this OSGi service which enables the config system module to be restarted when this blueprint
-         container is restarted. -->
-    <service-properties>
-      <entry key="config-module-namespace" value="urn:opendaylight:params:xml:ns:yang:controller:bmp:impl"/>
-      <entry key="config-module-name" value="bmp-dispatcher-impl"/>
-      <entry key="config-instance-name" value="global-bmp-dispatcher"/>
-    </service-properties>
-  </service>
+  <service ref="bmpDispatcher" interface="org.opendaylight.protocol.bmp.api.BmpDispatcher"/>
 
   <reference id="dataBroker" interface="org.opendaylight.controller.md.sal.binding.api.DataBroker" odl:type="default"/>
   <reference id="domPingPongDataBroker" interface="org.opendaylight.controller.md.sal.dom.api.DOMDataBroker" odl:type="pingpong"/>