We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67f256 commit 5f73db4Copy full SHA for 5f73db4
pom.xml
@@ -76,6 +76,7 @@
76
77
<properties>
78
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
79
+ <tika.version>1.10</tika.version>
80
</properties>
81
82
<build>
@@ -145,7 +146,7 @@
145
146
<dependency>
147
<groupId>org.apache.tika</groupId>
148
<artifactId>tika-parsers</artifactId>
- <version>1.5</version>
149
+ <version>${tika.version}</version>
150
<exclusions>
151
<exclusion>
152
<groupId>commons-logging</groupId>
@@ -191,4 +192,5 @@
191
192
</dependency>
193
</dependencies>
194
195
+
196
</project>
0 commit comments