Skip to content

Commit

Permalink
Upgrade to Apache Tika 0.10, closes #1372.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Oct 5, 2011
1 parent 111c472 commit 5c783c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/modules/plugin-mapper-attachments.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plugins/mapper/attachments/build.gradle
Expand Up @@ -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') << {
Expand Down

0 comments on commit 5c783c8

Please sign in to comment.