Skip to content

Commit 14e652a

Browse files
pleeploptballison
authored andcommitted
TIKA-4372: fix org.apache.commons.io osgi metadata (#2107)
(cherry picked from commit 34a8d34)
1 parent 77772c7 commit 14e652a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tika-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
org.apache.tika.config.TikaActivator
143143
</Bundle-Activator>
144144
<Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
145-
<Import-Package>!org.apache.commons.io.*;version="[2,3)",*</Import-Package>
145+
<Import-Package>org.apache.commons.io.*;version="[2,3)",*</Import-Package>
146146
<Export-Package>
147147
org.apache.tika.*
148148
</Export-Package>

0 commit comments

Comments
 (0)