From 6891941968ac0b6179b1a73e422c2a72fa452fe2 Mon Sep 17 00:00:00 2001 From: frank Date: Wed, 15 Jul 2026 17:03:55 -0500 Subject: [PATCH 1/2] revert recent tika and log4j updates which conflict with org.purl.sword.client.Client --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2d7a5ef1f..0d1e5b165 100644 --- a/pom.xml +++ b/pom.xml @@ -122,7 +122,7 @@ org.apache.logging.log4j log4j-1.2-api - 2.25.4 + 2.17.1 @@ -209,7 +209,7 @@ org.apache.tika tika-core - 3.2.2 + 1.28.5 xom From bba73caa752492a9d31e51919c0953e9a122f273 Mon Sep 17 00:00:00 2001 From: cstarcher Date: Fri, 17 Jul 2026 15:36:57 -0500 Subject: [PATCH 2/2] revert log4j but keep tika version 3 --- pom.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 0d1e5b165..f4991977d 100644 --- a/pom.xml +++ b/pom.xml @@ -163,12 +163,12 @@ commons-httpclient 3.1 - - + + + org.apache.httpcomponents + httpclient + 4.5.14 + org.apache.commons @@ -209,12 +209,16 @@ org.apache.tika tika-core - 1.28.5 + 3.2.2 xom xom + + org.apache.httpcomponents.client5 + httpclient5 +