blob: 60409c5041ba4d42ab9cbbd2ac4e45f73a6d35df (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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>
|