Bump MRI upstreams
[openflowplugin.git] / applications / southbound-cli / src / main / resources / OSGI-INF / blueprint / commands.xml
index 5c3454ff8bac7e44f36c510a8e82dbf2971d1875..2ab42185d9a9a2c8a00b6676f09cd47e10fed23e 100644 (file)
@@ -5,18 +5,21 @@
     <reference id="reconciliationJMXServiceMBean"
                interface="org.opendaylight.openflowplugin.applications.frm.ReconciliationJMXServiceMBean"
                availability="optional"/>
+    <reference id="clusterMemberInfoProvider"
+               interface="org.opendaylight.infrautils.diagstatus.ClusterMemberInfo"
+               availability="optional"/>
+    <reference id="flowGroupHistories"
+               interface="org.opendaylight.openflowplugin.api.openflow.FlowGroupInfoHistories"/>
+
     <cm:property-placeholder persistent-id="org.ops4j.pax.web" update-strategy="none">
         <cm:default-properties>
             <cm:property name="org.osgi.service.http.port" value="8181"/>
         </cm:default-properties>
     </cm:property-placeholder>
-    <reference id="clusterMemberInfoProvider"
-               interface="org.opendaylight.infrautils.diagstatus.ClusterMemberInfo"
-               availability="optional"/>
+
     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0">
         <command name="openflow/getallnodes">
             <action class="org.opendaylight.openflowplugin.applications.southboundcli.cli.GetAllNodesCommandProvider">
-                <property name="dataBroker" ref="dataBroker" />
                 <property name="nodeListener" ref="nodeListener"/>
             </action>
         </command>
@@ -44,9 +47,9 @@
         </command>
         <command name="openflow/getflownodecache">
             <action class="org.opendaylight.openflowplugin.applications.southboundcli.cli.GetFlowGroupCacheProvider">
-                <argument ref="flowCacheManager"/>
+                <argument ref="flowGroupHistories"/>
             </action>
         </command>
     </command-bundle>
 
-</blueprint>
\ No newline at end of file
+</blueprint>