Skip to content

Commit

Permalink
TIKA-4372: fix org.apache.commons.io osgi metadata (#2107)
Browse files Browse the repository at this point in the history
(cherry picked from commit 34a8d34)
  • Loading branch information
pleeplop authored and tballison committed Jan 28, 2025
1 parent 77772c7 commit 14e652a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tika-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
org.apache.tika.config.TikaActivator
</Bundle-Activator>
<Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
<Import-Package>!org.apache.commons.io.*;version="[2,3)",*</Import-Package>
<Import-Package>org.apache.commons.io.*;version="[2,3)",*</Import-Package>
<Export-Package>
org.apache.tika.*
</Export-Package>
Expand Down

0 comments on commit 14e652a

Please sign in to comment.