aboutsummaryrefslogtreecommitdiffstats
path: root/filters/provider/src/main/resources/OSGI-INF/blueprint/filters-blueprint.xml
blob: 3bf8423e91add07047fd42faedde291220a0e2ad (plain)
1
2
3
4
5
6
7
8
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>