From 57b4ca291f914b35aa10b4f6b4180972727e108c Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 16 Mar 2024 23:55:01 -0400 Subject: [PATCH] [pom] Use commons-logging again instead of jcl-over-slf4j and cleanup Commons-logging is bad from the beyond. It now understands slf4j and log4j2. There are efforts now to deprecate jcl-over-slf4j, log4j-jcl, and spring-jcl in favor of this which is built from how spring-jcl worked. --- pom.xml | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 3ac2a481..c45cc3fe 100644 --- a/pom.xml +++ b/pom.xml @@ -213,12 +213,11 @@ commons-beanutils commons-beanutils 1.9.4 - - - commons-logging - commons-logging - - + + + commons-logging + commons-logging + 1.3.0 net.revelc.code.formatter @@ -239,12 +238,6 @@ org.apache.commons commons-digester3 3.2 - - - commons-logging - commons-logging - - org.codehaus.plexus @@ -272,11 +265,6 @@ jsoup 1.17.2 - - org.slf4j - jcl-over-slf4j - 1.7.36 - org.w3c.css sac @@ -298,8 +286,8 @@ commons-beanutils:commons-beanutils - - org.slf4j:jcl-over-slf4j + + commons-logging:commons-logging org.codehaus.plexus:plexus-xml