Do not use blueprint-maven-plugin in of-switch-config-pusher
[openflowplugin.git] / applications / of-switch-config-pusher / src / main / resources / OSGI-INF / blueprint / autowire.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
3     <bean id="defaultConfigPusher" class="org.opendaylight.openflowplugin.openflow.ofswitch.config.DefaultConfigPusher" init-method="start" destroy-method="close">
4         <argument ref="nodeConfigService"/>
5         <argument ref="dataBroker"/>
6         <argument ref="deviceOwnershipService"/>
7     </bean>
8     <reference id="dataBroker" interface="org.opendaylight.mdsal.binding.api.DataBroker"/>
9     <reference id="deviceOwnershipService" interface="org.opendaylight.openflowplugin.applications.deviceownershipservice.DeviceOwnershipService"/>
10 </blueprint>