Template-Node Intall
[ccsdk/sli/plugins.git] / template-node / provider / src / main / resources / OSGI-INF / blueprint / blueprint.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
3
4         <bean id="templateNode"
5                 class="org.onap.ccsdk.sli.plugins.template.TemplateNode" />
6
7         <service id="templateNodeService" ref="templateNode"
8                 interface="org.onap.ccsdk.sli.plugins.template.TemplateNode" />
9
10 </blueprint>