Code changes for Neon
[sdnc/northbound.git] / vnftools / provider / src / main / resources / OSGI-INF / blueprint / vnftools-blueprint.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
7     <bean id="vnftools" class="org.onap.sdnc.vnftools.VnfTools" />
8     <service ref="vnftools" interface="org.onap.sdnc.vnftools.VnfTools" />
9
10 </blueprint>