From 6b70635e6fbd031cce667dd1449c0e7cdcdf73fd Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Fri, 4 May 2018 14:02:50 -0400 Subject: 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) --- sli/provider/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'sli') diff --git a/sli/provider/pom.xml b/sli/provider/pom.xml index 8a5e2507..619a8af5 100755 --- a/sli/provider/pom.xml +++ b/sli/provider/pom.xml @@ -89,4 +89,21 @@ test + + + + + org.apache.felix + maven-bundle-plugin + true + + + * + + + + + + + -- cgit 1.2.3-korg