You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2021/03/09 13:17:12 UTC

[tika] 03/03: TIKA-3315 add xerces to tika-eval

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 9f059bd031da242b019b2db20c5104ce08430f73
Author: tallison <ta...@apache.org>
AuthorDate: Tue Mar 9 08:16:39 2021 -0500

    TIKA-3315 add xerces to tika-eval
---
 tika-eval/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tika-eval/pom.xml b/tika-eval/pom.xml
index 110bff3..f73451a 100644
--- a/tika-eval/pom.xml
+++ b/tika-eval/pom.xml
@@ -40,6 +40,11 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+            <version>2.12.1</version>
+        </dependency>
+        <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>tika-batch</artifactId>
             <version>${project.version}</version>