From 024171b7ca90f526082632ed08680c19377a0210 Mon Sep 17 00:00:00 2001 From: Istvan Toth Date: Mon, 19 Jan 2026 07:40:56 +0100 Subject: [PATCH] HBASE-29770 Exclude commons-logging from HBase (#7539) Signed-off-by: Nihal Jain Reviewed-by: Shanmukha Haripriya Kota (cherry picked from commit a07d8b52b79fcd352212308647371dde5966d54d) (cherry picked from commit 9ed6fe05c4474200d2ea339fb946b5bb778ae162) --- hbase-rsgroup/pom.xml | 1 + pom.xml | 88 ++++++++++++++++++++++++++++++++++++++----- 2 files changed, 79 insertions(+), 10 deletions(-) diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml index 3fef72cb6fbb..aedb6cfe90ad 100644 --- a/hbase-rsgroup/pom.xml +++ b/hbase-rsgroup/pom.xml @@ -178,6 +178,7 @@ org.junit.vintage junit-vintage-engine + test diff --git a/pom.xml b/pom.xml index 12ef2ed1618b..ae52847daa48 100644 --- a/pom.xml +++ b/pom.xml @@ -1216,6 +1216,12 @@ org.apache.httpcomponents httpclient ${httpclient.version} + + + commons-logging + commons-logging + + org.apache.httpcomponents @@ -1227,6 +1233,17 @@ commons-codec ${commons-codec.version} + + commons-validator + commons-validator + ${commons-validator.version} + + + commons-logging + commons-logging + + + commons-io commons-io @@ -1247,14 +1264,6 @@ commons-cli ${commons-cli.version} - - - commons-logging - commons-logging - 1.2 - org.apache.zookeeper zookeeper @@ -2161,8 +2170,7 @@ commons-logging:commons-logging - We don't use commons-logging any more, so do not depend on it directly. - false + We don't use commons-logging any more, so do not depend on it directly. We are also using jcl-over-slf4j for libraries so exclude any transitive commons-logging dependencies. @@ -3439,6 +3447,10 @@ org.slf4j slf4j-reload4j + + commons-logging + commons-logging + @@ -3490,6 +3502,10 @@ com.codahale.metrics metrics-core + + commons-logging + commons-logging + @@ -3527,6 +3543,10 @@ com.codahale.metrics metrics-core + + commons-logging + commons-logging + @@ -3583,6 +3603,10 @@ com.codahale.metrics metrics-core + + commons-logging + commons-logging + @@ -3638,6 +3662,10 @@ org.slf4j slf4j-reload4j + + commons-logging + commons-logging + @@ -3695,6 +3723,10 @@ org.slf4j slf4j-reload4j + + commons-logging + commons-logging + @@ -3793,6 +3825,10 @@ org.slf4j slf4j-reload4j + + commons-logging + commons-logging + @@ -3858,6 +3894,10 @@ org.slf4j slf4j-reload4j + + commons-logging + commons-logging + @@ -3891,6 +3931,10 @@ org.slf4j slf4j-reload4j + + commons-logging + commons-logging +