Skip to content

Commit f4b4841

Browse files
committed
Exclude dynamically resolved packages from OSGI META-INF
1 parent 673eab2 commit f4b4841

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,11 @@
630630
<groupId>org.apache.felix</groupId>
631631
<artifactId>maven-bundle-plugin</artifactId>
632632
<extensions>true</extensions>
633+
<configuration>
634+
<instructions>
635+
<Import-Package>!jakarta.annotation,!jakarta.inject,!javax.annotation,!javax.inject,*</Import-Package>
636+
</instructions>
637+
</configuration>
633638
</plugin>
634639

635640
<!-- Resources -->

0 commit comments

Comments
 (0)