Skip to content

Commit

Permalink
Downgrade Tika to 1.12. Resolves #126. (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot authored and ianmilligan1 committed Nov 30, 2017
1 parent abd3db4 commit 7dbe5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -499,12 +499,12 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>1.16</version>
<version>1.12</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
<version>1.16</version>
<version>1.12</version>
</dependency>
<dependency> <!-- needed for running boilerpipe, but will compile without -->
<groupId>com.syncthemall</groupId>
Expand Down

0 comments on commit 7dbe5ec

Please sign in to comment.