From b19e9b3a7ab4ae020d8f95417e1ac0ad8a75348b Mon Sep 17 00:00:00 2001 From: Antonio Garcia-Dominguez Date: Thu, 21 Nov 2024 12:02:07 +0000 Subject: [PATCH] jena-uberjar: add Log4J 2.x implementation of SLF4J APIs --- jena-uberjar/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jena-uberjar/pom.xml b/jena-uberjar/pom.xml index f6ce375..64831ba 100644 --- a/jena-uberjar/pom.xml +++ b/jena-uberjar/pom.xml @@ -25,6 +25,9 @@ 11 11 5.1.0 + + + 2.23.1 @@ -34,6 +37,11 @@ pom ${jena.version} + + org.apache.logging.log4j + log4j-slf4j2-impl + ${log4j2.version} +