Remove SwitchConnectionProviderList
[openflowplugin.git] / openflowjava / openflowjava-blueprint-config / src / main / resources / OSGI-INF / blueprint / openflowjava.xml
index 146faabec6147051932fb6dd50b830034ecb861b..0b8dffac68728380752352af65dc133288145085 100644 (file)
   </bean>
   <service ref="legacySwitchConnProvider" interface="org.opendaylight.openflowjava.protocol.spi.connection.SwitchConnectionProvider"
           odl:type="openflow-switch-connection-provider-legacy-impl"/>
-
-  <bean id="switchConnectionProviders" class="org.opendaylight.openflowjava.protocol.spi.connection.SwitchConnectionProviderList">
-      <argument>
-          <list>
-              <ref component-id="defaultSwitchConnProvider"/>
-              <ref component-id="legacySwitchConnProvider"/>
-          </list>
-      </argument>
-  </bean>
-  <service ref="switchConnectionProviders" interface="org.opendaylight.openflowjava.protocol.spi.connection.SwitchConnectionProviderList"/>
 </blueprint>