mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Updated tika to 0.9
This commit is contained in:
parent
fcdd103345
commit
b5068baf63
2
.idea/modules/plugin-mapper-attachments.iml
generated
2
.idea/modules/plugin-mapper-attachments.iml
generated
@ -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.8.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.apache.tika/tika-app/bundles/tika-app-0.9.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
|
@ -32,8 +32,8 @@ configurations {
|
||||
dependencies {
|
||||
compile project(':elasticsearch')
|
||||
|
||||
compile('org.apache.tika:tika-app:0.8') { transitive = false }
|
||||
distLib('org.apache.tika:tika-app:0.8') { transitive = false }
|
||||
compile('org.apache.tika:tika-app:0.9') { transitive = false }
|
||||
distLib('org.apache.tika:tika-app:0.9') { transitive = false }
|
||||
}
|
||||
|
||||
task explodedDist(dependsOn: [jar], description: 'Builds the plugin zip file') << {
|
||||
|
Loading…
x
Reference in New Issue
Block a user