aboutsummaryrefslogtreecommitdiffstats
path: root/filters/provider/pom.xml
diff options
context:
space:
mode:
authorRyan Goulding <ryandgoulding@gmail.com>2017-09-06 12:03:51 -0400
committerRyan Goulding <ryandgoulding@gmail.com>2017-09-06 12:04:45 -0400
commit4ca4e0d5b321d3f4f321b49df02498d66b547d11 (patch)
treef148f54336b2ecadaa5200d836eb1c4238c0540a /filters/provider/pom.xml
parentb6ad62d01b1045ff03c03aa05ee1beeaabc633c7 (diff)
Fix SDNC service registration
Convert the BundleActivator to a POJO provider, and do the service registration through blueprint instead. Issue-Id: SDNC-54 Change-Id: Ia5618ef443967803b31da1ac9e020d1092c3ab8d Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
Diffstat (limited to 'filters/provider/pom.xml')
-rwxr-xr-xfilters/provider/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/filters/provider/pom.xml b/filters/provider/pom.xml
index 9f59d346..240966e8 100755
--- a/filters/provider/pom.xml
+++ b/filters/provider/pom.xml
@@ -73,7 +73,6 @@
<configuration>
<instructions>
<Bundle-SymbolicName>org.onap.ccsdk.sli.core.filters</Bundle-SymbolicName>
- <Bundle-Activator>org.onap.ccsdk.sli.core.filters.Activator</Bundle-Activator>
<Export-Package>org.onap.ccsdk.sli.core.filters</Export-Package>
<DynamicImport-Package>org.onap.ccsdk.sli.core.filters</DynamicImport-Package>
<Import-Package>javax.servlet.*,java.io.*,org.osgi.framework.*,org.slf4j.*,org.apache.commons.codec.binary.*</Import-Package>