OPNFLWPLUG-1046 : Migrate OFP from XML to annotation based blueprint
[openflowplugin.git] / applications / reconciliation-framework / src / main / resources / OSGI-INF / blueprint / commands.xml
index 03aff8336e45922cd7276a228152704105217927..85dadeadea3c25b20fd4bfa9d06693e1de5a0079 100644 (file)
@@ -3,14 +3,11 @@
            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
            odl:use-default-for-reference-types="true">
 
-    <reference id="reconciliationManagerRef"
-               interface="org.opendaylight.openflowplugin.applications.reconciliation.ReconciliationManager"
-               availability="optional"/>
     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
         <command>
             <action class="org.opendaylight.openflowplugin.applications.reconciliation.cli.GetRegisteredServices">
                 <property name="reconciliationManager"
-                          ref="reconciliationManagerRef"/>
+                          ref="reconciliationManagerImpl"/>
             </action>
         </command>
     </command-bundle>