Skip to content

Commit

Permalink
Remove Unused Export-Package Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasrosdal committed Feb 12, 2024
1 parent 2b73d4b commit 3471a09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions openpdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@
<configuration>
<!-- unpack bundle, so humans can see the manifest without unpacking the jar -->
<unpackBundle>true</unpackBundle>
<instructions>
<!-- All com.lowagie.text.* packages are 'public' -->
<Export-Package>com.lowagie.text.*;version="${project.version}"</Export-Package>
<!-- Declare the Bouncycastle dependencies as optional -->
<Import-Package>org.bouncycastle.*;resolution:=optional,!com.lowagie.*,*</Import-Package>
</instructions>
</configuration>
</plugin>
</plugins>
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,6 @@
<configuration>
<!-- unpack bundle, so humans can see the manifest without unpacking the jar -->
<unpackBundle>true</unpackBundle>
<!-- All com.lowagie.* packages are 'public' -->
<instructions>
<Export-Package>com.lowagie.*;version="${project.version}"</Export-Package>
</instructions>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 3471a09

Please sign in to comment.