From 071f116f0052655058c99f6701b8377095c4fe7f Mon Sep 17 00:00:00 2001 From: Melloware Date: Wed, 17 May 2023 08:00:18 -0400 Subject: [PATCH] Fix #128: Exclude Xerces (#129) --- runtime/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/runtime/pom.xml b/runtime/pom.xml index 860c0ea..2836a78 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -94,6 +94,12 @@ org.apache.tika tika-parser-xml-module + + + xerces + xercesImpl + + org.apache.tika @@ -144,4 +150,4 @@ - + \ No newline at end of file