summaryrefslogtreecommitdiffstats
path: root/filters/provider/src/main/resources/OSGI-INF/blueprint/filters-blueprint.xml
diff options
context:
space:
mode:
authorSmokowski, Kevin (ks6305) <kevin.smokowski@att.com>2019-09-09 20:55:15 +0000
committerKevin Smokowski <kevin.smokowski@att.com>2019-09-19 12:57:18 +0000
commitd815d848cd83cfb9180286af5bc8a7516f4eafe9 (patch)
tree5479796e4553cea9ea98d15450d9bffbcc41774a /filters/provider/src/main/resources/OSGI-INF/blueprint/filters-blueprint.xml
parent5439ed46b5392671137d4f73445f075e47938191 (diff)
update filters
replace legacy filters with common filters Issue-ID: CCSDK-1698 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: Id6b1f003f19105956d221d5bfd31390ac096c9bc
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, 0 insertions, 9 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
deleted file mode 100644
index 3bf8423e..00000000
--- a/filters/provider/src/main/resources/OSGI-INF/blueprint/filters-blueprint.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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>