Skip to content

Commit

Permalink
[Fixes #36] Fix Require-Capability OSGi manifest header
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Grzybek <gr.grzybek@gmail.com>
  • Loading branch information
grgrzybek committed Jan 4, 2023
1 parent d02e768 commit 7caac6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.3.0</version>
<version>5.1.8</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand All @@ -71,6 +71,10 @@
<Export-Package>
org.jboss.classfilewriter.*;version=${project.version}
</Export-Package>
<Import-Package>
!java.*,
*
</Import-Package>
</instructions>
</configuration>
<executions>
Expand Down

0 comments on commit 7caac6a

Please sign in to comment.