Skip to content

Commit

Permalink
Remove javax/jakarta and com.sun.jna bundles from products
Browse files Browse the repository at this point in the history
The mentioned bundles are transitive dependencies and are therefore
included implicitly. Only including them implicitly simplifies the
exchange of the real supplier.
  • Loading branch information
HannesWell committed May 9, 2023
1 parent f0c1fc1 commit a6238d4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@

<plugins>
<plugin id="com.ibm.icu"/>
<plugin id="com.sun.jna"/>
<plugin id="com.sun.jna.platform"/>
<plugin id="javax.annotation"/>
<plugin id="javax.inject"/>
<plugin id="javax.xml"/>
<plugin id="org.apache.batik.constants"/>
<plugin id="org.apache.batik.css"/>
<plugin id="org.apache.batik.i18n"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@

<plugins>
<plugin id="com.ibm.icu"/>
<plugin id="javax.annotation"/>
<plugin id="javax.inject"/>
<plugin id="javax.xml"/>
<plugin id="org.apache.batik.constants"/>
<plugin id="org.apache.batik.css"/>
<plugin id="org.apache.batik.i18n"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@

<plugins>
<plugin id="com.ibm.icu"/>
<plugin id="javax.annotation"/>
<plugin id="javax.inject"/>
<plugin id="javax.xml"/>
<plugin id="org.apache.batik.constants"/>
<plugin id="org.apache.batik.css"/>
<plugin id="org.apache.batik.i18n"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in t

<plugins>
<plugin id="com.ibm.icu"/>
<plugin id="com.sun.jna"/>
<plugin id="com.sun.jna.platform"/>
<plugin id="javax.annotation"/>
<plugin id="javax.inject"/>
<plugin id="org.apache.batik.constants"/>
<plugin id="org.apache.batik.css"/>
<plugin id="org.apache.batik.i18n"/>
Expand Down

0 comments on commit a6238d4

Please sign in to comment.