upgrade to tika 0.7
This commit is contained in:
parent
7ec83b2f4c
commit
11e8141069
|
@ -1,13 +1,9 @@
|
|||
<component name="libraryTable">
|
||||
<library name="tika">
|
||||
<CLASSES>
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.apache.tika/tika-app/bundles/tika-app-0.6.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.apache.tika/tika-app/bundles/tika-app-0.7.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="file://$PROJECT_DIR$/../../../opt/tika/0.6/tika-parsers/src/main/java" />
|
||||
<root url="file://$PROJECT_DIR$/../../../opt/tika/0.6/tika-core/src/main/java" />
|
||||
<root url="file://$PROJECT_DIR$/../../../opt/tika/0.6/tika-app/src/main/java" />
|
||||
</SOURCES>
|
||||
<SOURCES />
|
||||
</library>
|
||||
</component>
|
|
@ -32,8 +32,8 @@ configurations {
|
|||
dependencies {
|
||||
compile project(':elasticsearch')
|
||||
|
||||
compile('org.apache.tika:tika-app:0.6') { transitive = false }
|
||||
distLib('org.apache.tika:tika-app:0.6') { transitive = false }
|
||||
compile('org.apache.tika:tika-app:0.7') { transitive = false }
|
||||
distLib('org.apache.tika:tika-app:0.7') { transitive = false }
|
||||
|
||||
|
||||
testCompile project(':test-testng')
|
||||
|
|
Loading…
Reference in New Issue