diff options
author | Dan Timoney <dt5972@att.com> | 2018-05-04 19:20:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-04 19:20:02 +0000 |
commit | 2828d58e8965622a5d44298bec1b8f8ce103238d (patch) | |
tree | 1900c262514fcef3e76d7d66c1c77c0e4371e5a5 | |
parent | 3b6c7cc071950e474f774f2a3ac0deb75fc93cdd (diff) | |
parent | 6b70635e6fbd031cce667dd1449c0e7cdcdf73fd (diff) |
Merge "SLI provider needs Dynamic-ImportPackage"
-rwxr-xr-x | sli/provider/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ <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> |