Skip to content

Commit

Permalink
Exclude dynamically resolved packages from OSGI META-INF
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Jun 16, 2021
1 parent 673eab2 commit f4b4841
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,11 @@
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Import-Package>!jakarta.annotation,!jakarta.inject,!javax.annotation,!javax.inject,*</Import-Package>
</instructions>
</configuration>
</plugin>

<!-- Resources -->
Expand Down

0 comments on commit f4b4841

Please sign in to comment.