Skip to content

Commit

Permalink
upgrade to tika 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Nov 28, 2010
1 parent a222de1 commit 992b37b
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
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ configurations {
dependencies {
compile project(':elasticsearch')

compile('org.apache.tika:tika-app:0.7') { transitive = false }
distLib('org.apache.tika:tika-app:0.7') { transitive = false }
compile('org.apache.tika:tika-app:0.8') { transitive = false }
distLib('org.apache.tika:tika-app:0.8') { transitive = false }


testCompile project(':test-testng')
Expand Down

0 comments on commit 992b37b

Please sign in to comment.