Upgrade to Apache Tika 0.10, closes #1372.

This commit is contained in:
Shay Banon 2011-10-05 15:21:56 +02:00
parent 111c472a0b
commit 5c783c8ef1
2 changed files with 3 additions and 3 deletions

View File

@ -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 />

View File

@ -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') << {