summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSmokowski, Kevin (ks6305) <kevin.smokowski@att.com>2019-09-09 21:44:30 +0000
committerSmokowski, Kevin (ks6305) <kevin.smokowski@att.com>2019-09-09 21:44:30 +0000
commit0ece082d666bbd2d37bb3e8f888c339ca7a029eb (patch)
tree9500a49651693c94f99e7e8fdcba0863711a88f1
parent5439ed46b5392671137d4f73445f075e47938191 (diff)
prevent duplicate bundle startup
prevent duplicate bundle startup Issue-ID: CCSDK-1699 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I678845701a0bd2c1756d367fdf1bf3dbe02792d2
-rw-r--r--sli/features/odl-sli/src/main/feature/feature.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/sli/features/odl-sli/src/main/feature/feature.xml b/sli/features/odl-sli/src/main/feature/feature.xml
deleted file mode 100644
index 2304d931..00000000
--- a/sli/features/odl-sli/src/main/feature/feature.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="ccsdk-dblib">
- <feature name="ccsdk-sli">
- <!-- the generated bundle symbolic name is very long for wrapped jars, providing an instruction to shorten it -->
- <bundle>wrap:mvn:org.onap.ccsdk.sli.core/sli-provider-base/${project.version}/$Bundle-SymbolicName=org.onap.ccsdk.sli.core.sli-provider-base&amp;Bundle-Name=sli-provider-base</bundle>
- </feature>
-</features>