mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 22:09:24 +00:00
upgrade to tika 0.8
This commit is contained in:
parent
a222de1dbf
commit
992b37b8fb
2
.idea/modules/plugin-mapper-attachments.iml
generated
2
.idea/modules/plugin-mapper-attachments.iml
generated
@ -16,7 +16,7 @@
|
|||||||
<orderEntry type="module-library">
|
<orderEntry type="module-library">
|
||||||
<library name="tika">
|
<library name="tika">
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$GRADLE_REPOSITORY$/org.apache.tika/tika-app/bundles/tika-app-0.7.jar!/" />
|
<root url="jar://$GRADLE_REPOSITORY$/org.apache.tika/tika-app/bundles/tika-app-0.8.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES />
|
<SOURCES />
|
||||||
|
@ -32,8 +32,8 @@ configurations {
|
|||||||
dependencies {
|
dependencies {
|
||||||
compile project(':elasticsearch')
|
compile project(':elasticsearch')
|
||||||
|
|
||||||
compile('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.7') { transitive = false }
|
distLib('org.apache.tika:tika-app:0.8') { transitive = false }
|
||||||
|
|
||||||
|
|
||||||
testCompile project(':test-testng')
|
testCompile project(':test-testng')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user