Skip to content

Commit

Permalink
Unable to extract text from Word documents
Browse files Browse the repository at this point in the history
With issue elastic#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 elastic#82.

(cherry picked from commit 49793d5)
  • Loading branch information
dadoonet committed Sep 1, 2014
1 parent cc1a43b commit 87b38c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/assemblies/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 87b38c5

Please sign in to comment.