Anyone else seeing build errors in tika-bundle since tika-serialization was 
removed?

I had to implement the following patch to fix it:

LMC-053601:tika-bundle mattmann$ git diff 
ab4ea4724e52fb5718a9d8ea86af96425fb87c7b
diff --git a/tika-bundle/pom.xml b/tika-bundle/pom.xml
index aa12c22..2401d97 100644
--- a/tika-bundle/pom.xml
+++ b/tika-bundle/pom.xml
@@ -155,6 +155,7 @@
               !org.apache.tika.parser,
               !org.apache.tika.parser.external,
               org.apache.tika.parser.*,
+             org.apache.tika.metadata.serialization.*,
             </Export-Package>
             <Import-Package>
               !org.junit,





Reply via email to