Replace GroupingResolver with AugmentationGroupingResolver
[openflowplugin.git] / applications / reconciliation-framework / src / main / resources / OSGI-INF / blueprint / commands.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
3            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
4            odl:use-default-for-reference-types="true">
5
6     <reference id="reconciliationManagerRef"
7                interface="org.opendaylight.openflowplugin.applications.reconciliation.ReconciliationManager"
8                availability="optional"/>
9     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
10         <command>
11             <action class="org.opendaylight.openflowplugin.applications.reconciliation.cli.GetRegisteredServices">
12                 <property name="reconciliationManager"
13                           ref="reconciliationManagerRef"/>
14             </action>
15         </command>
16     </command-bundle>
17
18 </blueprint>