Bump versions by x.y.(z+1)
[bgpcep.git] / data-change-counter / src / main / resources / OSGI-INF / blueprint / topology-data-change-counter.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ This program and the accompanying materials are made available under the
4   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
5   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
6   -->
7
8 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
9            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0">
10     <reference id="dataBroker" interface="org.opendaylight.mdsal.binding.api.DataBroker" odl:type="pingpong"/>
11     <bean id="data-change-counter-deployer" class="org.opendaylight.protocol.data.change.counter.TopologyDataChangeCounterDeployer"
12           init-method="register"
13           destroy-method="close">
14         <argument ref="dataBroker"/>
15     </bean>
16     <service ref="data-change-counter-deployer" interface="org.opendaylight.protocol.data.change.counter.TopologyDataChangeCounterDeployer"/>
17 </blueprint>