Unable to extract text from Word documents

With issue #80 we explicitly removed appache POI dependency provided by Tika and replaced with a more recent one.
Sadly we forgot to add this new dependency to the assembly so the final ZIP file does not contain POI related jars.

Closes #82.

(cherry picked from commit 49793d5)
This commit is contained in:
David Pilato 2014-09-01 09:41:41 +02:00
parent cc1a43b5c3
commit 87b38c54eb

View File

@ -21,6 +21,10 @@
<useTransitiveFiltering>true</useTransitiveFiltering>
<includes>
<include>org.apache.tika:tika-parsers</include>
<include>org.apache.poi:poi</include>
<include>org.apache.poi:poi-ooxml</include>
<include>org.apache.poi:poi-ooxml-schemas</include>
<include>org.apache.poi:poi-scratchpad</include>
</includes>
<excludes>
<exclude>org.slf4j:slf4j-api</exclude>