From: Timoney, Dan (dt5972) Date: Fri, 4 May 2018 18:02:50 +0000 (-0400) Subject: SLI provider needs Dynamic-ImportPackage X-Git-Tag: 1.0.4~9^2~243^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6b70635e6fbd031cce667dd1449c0e7cdcdf73fd;p=ccsdk%2Fsli.git SLI provider needs Dynamic-ImportPackage The SLI provider package needs the option Dynamic-ImportPackage set in its manifest to allow it to bypass normal OSGi classpath isolation. Change-Id: I93be9ed111f72197db16f1b486b2102cbb9bbcdb Issue-ID: CCSDK-268 Signed-off-by: Timoney, Dan (dt5972) --- diff --git a/sli/provider/pom.xml b/sli/provider/pom.xml index 8a5e25070..619a8af54 100755 --- a/sli/provider/pom.xml +++ b/sli/provider/pom.xml @@ -89,4 +89,21 @@ test + + + + + org.apache.felix + maven-bundle-plugin + true + + + * + + + + + + +