Skip to content

Commit b1f7c7c

Browse files
committed
dep: Update Apache Tika to 1.28.5
1 parent d2a3322 commit b1f7c7c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<classpathentry kind="lib" path="ext/jedis-2.6.2.jar" sourcepath="ext/src/jedis-2.6.2.jar" />
9595
<classpathentry kind="lib" path="ext/commons-pool2-2.0.jar" sourcepath="ext/src/commons-pool2-2.0.jar" />
9696
<classpathentry kind="lib" path="ext/pf4j-0.9.0.jar" sourcepath="ext/src/pf4j-0.9.0.jar" />
97-
<classpathentry kind="lib" path="ext/tika-core-1.5.jar" sourcepath="ext/src/tika-core-1.5.jar" />
97+
<classpathentry kind="lib" path="ext/tika-core-1.28.5.jar" sourcepath="ext/src/tika-core-1.28.5.jar" />
9898
<classpathentry kind="lib" path="ext/jsoup-1.16.2.jar" sourcepath="ext/src/jsoup-1.16.2.jar" />
9999
<classpathentry kind="lib" path="ext/javax.activation-1.2.0.jar" sourcepath="ext/src/javax.activation-1.2.0.jar" />
100100
<classpathentry kind="lib" path="ext/junit-4.12.jar" sourcepath="ext/src/junit-4.12.jar" />

build.moxie

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ dependencies:
190190
- compile 'commons-codec:commons-codec:1.9' :war
191191
- compile 'redis.clients:jedis:2.6.2' :war
192192
- compile 'ro.fortsoft.pf4j:pf4j:0.9.0' :war
193-
- compile 'org.apache.tika:tika-core:1.5' :war
193+
- compile 'org.apache.tika:tika-core:1.28.5' :war
194194
- compile 'org.jsoup:jsoup:1.16.2' :war
195195
- compile 'com.sun.activation:javax.activation:1.2.0' :war :manager :fedclient
196196
- test 'junit:junit:4.12'

gitblit.iml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -977,13 +977,13 @@
977977
</library>
978978
</orderEntry>
979979
<orderEntry type="module-library">
980-
<library name="tika-core-1.5.jar">
980+
<library name="tika-core-1.28.5.jar">
981981
<CLASSES>
982-
<root url="jar://$MODULE_DIR$/ext/tika-core-1.5.jar!/" />
982+
<root url="jar://$MODULE_DIR$/ext/tika-core-1.28.5.jar!/" />
983983
</CLASSES>
984984
<JAVADOC />
985985
<SOURCES>
986-
<root url="jar://$MODULE_DIR$/ext/src/tika-core-1.5.jar!/" />
986+
<root url="jar://$MODULE_DIR$/ext/src/tika-core-1.28.5.jar!/" />
987987
</SOURCES>
988988
</library>
989989
</orderEntry>

0 commit comments

Comments
 (0)