aboutsummaryrefslogtreecommitdiffstats
path: root/template-node/provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml
blob: a8006b9b04dc31d5febb4f997a565f43bbf6c3ea (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">

	<bean id="templateNode" class="org.onap.ccsdk.sli.plugins.template.TemplateNode" />

	<service id="templateNodeService" ref="templateNode" interface="org.onap.ccsdk.sli.plugins.template.TemplateNode" />

</blueprint>