Skip to content

Commit

Permalink
Upgrade maven-bundle-plugin (#1210)
Browse files Browse the repository at this point in the history
The new version finds system packages com.apple.eawt,
com.apple.eio, sun.swing, which need to be excluded
because they are not exported by any other bundle
  • Loading branch information
ykazakov authored May 17, 2024
1 parent 5c81ffe commit 622ef0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>4.1.0</version>
<version>5.1.9</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down
2 changes: 2 additions & 0 deletions protege-editor-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@
</_exportcontents>
<Import-Package>
!com.sun.*,
!com.apple.*,
!sun.swing,
org.eclipse.core.runtime;registry="split",
*
</Import-Package>
Expand Down

0 comments on commit 622ef0b

Please sign in to comment.