From f7e5c714ff8c0b944609f3f73c2929506c96124a Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Fri, 12 Apr 2024 09:52:25 -0500 Subject: [PATCH] Exclude old Apache Geronimo dependencies as they seem to cause runtime errors with sending mail from DSpace --- dspace-swordv2/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dspace-swordv2/pom.xml b/dspace-swordv2/pom.xml index 1e799449898d..c5a2c02956d0 100644 --- a/dspace-swordv2/pom.xml +++ b/dspace-swordv2/pom.xml @@ -45,6 +45,20 @@ org.glassfish.jersey.core jersey-common + + + org.apache.geronimo.specs + geronimo-activation_1.1_spec + + + org.apache.geronimo.specs + geronimo-javamail_1.4_spec + + + org.apache.geronimo.specs + geronimo-stax-api_1.0_spec +