diff options
-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 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> |