Upgrade to Apache Tika 0.10, closes #1372.
This commit is contained in:
parent
111c472a0b
commit
5c783c8ef1
|
@ -16,7 +16,7 @@
|
|||
<orderEntry type="module-library">
|
||||
<library name="tika">
|
||||
<CLASSES>
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.apache.tika/tika-app/bundles/tika-app-0.9.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.apache.tika/tika-app/bundles/tika-app-0.10.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
|
|
|
@ -33,8 +33,8 @@ configurations {
|
|||
dependencies {
|
||||
compile project(':elasticsearch')
|
||||
|
||||
compile('org.apache.tika:tika-app:0.9') { transitive = false }
|
||||
distLib('org.apache.tika:tika-app:0.9') { transitive = false }
|
||||
compile('org.apache.tika:tika-app:0.10') { transitive = false }
|
||||
distLib('org.apache.tika:tika-app:0.10') { transitive = false }
|
||||
}
|
||||
|
||||
task explodedDist(dependsOn: [jar], description: 'Builds the plugin zip file') << {
|
||||
|
|
Loading…
Reference in New Issue