move vpnservice and cleanup poms
[netvirt.git] / aclservice / shell / src / main / resources / org / opendaylight / blueprint / blueprint.xml
1 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
2            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
3            odl:use-default-for-reference-types="true">
4     <reference id="aclDataCache" interface="org.opendaylight.netvirt.aclservice.api.utils.AclDataCache" />
5     <reference id="aclInterfaceCache" interface="org.opendaylight.netvirt.aclservice.api.AclInterfaceCache" />
6     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
7     <command>
8       <action class="org.opendaylight.netvirt.aclservice.shell.DisplayAclDataCaches">
9           <property name="aclDataCache" ref="aclDataCache"/>
10           <property name="aclInterfaceCache" ref="aclInterfaceCache"/>
11       </action>
12     </command>
13   </command-bundle>
14
15 </blueprint>