summaryrefslogtreecommitdiffstats
path: root/filters/provider/src/main/resources/OSGI-INF/blueprint/filters-blueprint.xml
diff options
context:
space:
mode:
Diffstat (limited to 'filters/provider/src/main/resources/OSGI-INF/blueprint/filters-blueprint.xml')
-rw-r--r--filters/provider/src/main/resources/OSGI-INF/blueprint/filters-blueprint.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/filters/provider/src/main/resources/OSGI-INF/blueprint/filters-blueprint.xml b/filters/provider/src/main/resources/OSGI-INF/blueprint/filters-blueprint.xml
new file mode 100644
index 00000000..3bf8423e
--- /dev/null
+++ b/filters/provider/src/main/resources/OSGI-INF/blueprint/filters-blueprint.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
+ xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
+ odl:use-default-for-reference-types="true">
+
+ <bean id="filters" class="org.onap.ccsdk.sli.core.filters.FiltersServiceImpl" />
+ <service ref="filters" interface="org.onap.ccsdk.sli.core.filters.FiltersService" />
+
+</blueprint>