Skip to content

Commit d590959

Browse files
committed
Excludes metadata-extractor from tika-parsers and use the last version of the lib
1 parent 98d8c98 commit d590959

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
<artifactId>tika-parsers</artifactId>
155155
<version>${tika.version}</version>
156156
<exclusions>
157+
<exclusion>
158+
<groupId>com.drewnoakes</groupId>
159+
<artifactId>metadata-extractor</artifactId>
160+
</exclusion>
157161
<exclusion>
158162
<groupId>commons-logging</groupId>
159163
<artifactId>commons-logging</artifactId>
@@ -192,6 +196,11 @@
192196
</exclusion>
193197
</exclusions>
194198
</dependency>
199+
<dependency>
200+
<groupId>com.drewnoakes</groupId>
201+
<artifactId>metadata-extractor</artifactId>
202+
<version>2.10.1</version>
203+
</dependency>
195204
<dependency>
196205
<groupId>org.apache.httpcomponents</groupId>
197206
<artifactId>httpclient</artifactId>

0 commit comments

Comments
 (0)