aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-05-04 19:20:02 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-04 19:20:02 +0000
commit2828d58e8965622a5d44298bec1b8f8ce103238d (patch)
tree1900c262514fcef3e76d7d66c1c77c0e4371e5a5
parent3b6c7cc071950e474f774f2a3ac0deb75fc93cdd (diff)
parent6b70635e6fbd031cce667dd1449c0e7cdcdf73fd (diff)
Merge "SLI provider needs Dynamic-ImportPackage"
-rwxr-xr-xsli/provider/pom.xml17
1 files changed, 17 insertions, 0 deletions
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 @@
<scope>test</scope>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <instructions>
+ <DynamicImport-Package>*</DynamicImport-Package>
+ </instructions>
+ </configuration>
+
+ </plugin>
+ </plugins>
+
+ </build>
</project>