Skip to content

Commit 497c07f

Browse files
Jakub Herkelasturio
authored andcommitted
Bug Fix 512: Fix wrong OSGI header for javax.annotation package
1 parent 76c20ac commit 497c07f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openpdf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<!-- All com.lowagie.text.* packages are 'public' -->
9090
<Export-Package>com.lowagie.text.*;version="${project.version}"</Export-Package>
9191
<!-- Declare the Bouncycastle dependencies as optional -->
92-
<Import-Package>org.bouncycastle.*;resolution:=optional,!com.lowagie.*,*</Import-Package>
92+
<Import-Package>org.bouncycastle.*;resolution:=optional,!com.lowagie.*,javax.annotation.*;version="[1,4)",*</Import-Package>
9393
</instructions>
9494
</configuration>
9595
</plugin>

0 commit comments

Comments
 (0)