Upgrade tika to 1.9. Closes #129

This commit is contained in:
Robert Muir 2015-06-23 17:41:42 -04:00
parent 91caf3cf3b
commit 4d22f92608
1 changed files with 1 additions and 4 deletions

View File

@ -33,9 +33,6 @@
<properties> <properties>
<!-- If we need to define any specific property --> <!-- If we need to define any specific property -->
<!-- see https://github.com/elastic/elasticsearch-mapper-attachments/issues/129
this plugin is currently unusable unless users disable security -->
<tests.security.manager>false</tests.security.manager>
</properties> </properties>
<dependencies> <dependencies>
@ -43,7 +40,7 @@
<dependency> <dependency>
<groupId>org.apache.tika</groupId> <groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId> <artifactId>tika-parsers</artifactId>
<version>1.8</version> <version>1.9</version>
<exclusions> <exclusions>
<!-- Not Apache2 License compatible --> <!-- Not Apache2 License compatible -->
<exclusion> <exclusion>