Skip to content

Commit ebbc527

Browse files
committed
TIKA-4392: core osgi requirements now list xerces as optional
1 parent 5780f9f commit ebbc527

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tika-core/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,11 @@
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>
146+
org.apache.xerces.util;resolution:=optional,
147+
org.apache.commons.io.*;version="[2,3)",
148+
*
149+
</Import-Package>
146150
<Export-Package>
147151
org.apache.tika.*
148152
</Export-Package>

0 commit comments

Comments
 (0)