From 9261697cff5e4ee57714a83dcd54fa60c6a9f7eb Mon Sep 17 00:00:00 2001 From: marcin-rp Date: Wed, 2 Oct 2024 18:01:54 +0200 Subject: [PATCH] Corrected problem with jackson-module-jaxb-annotations dependency, which is incompatible with Jaxb 4.0, and was added by corelib-definitions. --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 5922d88ed..846e5875d 100644 --- a/pom.xml +++ b/pom.xml @@ -460,6 +460,10 @@ org.apache.logging.log4j * + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations +