From 18321ed120a417ca8cceb5a55145cd58cb0213fa Mon Sep 17 00:00:00 2001 From: Norbert Meszaros Date: Wed, 21 May 2025 16:09:51 +0200 Subject: [PATCH] PHOENIX-7600 Replace commons-logging with slf4j --- phoenix5-hive-shaded/pom.xml | 6 ++++++ phoenix5-hive/pom.xml | 13 ++++++++++++ phoenix5-hive4/pom.xml | 34 +++++++++++++++++++++++++++++++ phoenix5-spark/pom.xml | 5 +++++ pom.xml | 39 ++++++++++++++++++++++++++++++++++++ 5 files changed, 97 insertions(+) diff --git a/phoenix5-hive-shaded/pom.xml b/phoenix5-hive-shaded/pom.xml index ca517a96..dcf735d3 100644 --- a/phoenix5-hive-shaded/pom.xml +++ b/phoenix5-hive-shaded/pom.xml @@ -125,6 +125,12 @@ commons-beanutils commons-beanutils compile + + + commons-logging + commons-logging + + diff --git a/phoenix5-hive/pom.xml b/phoenix5-hive/pom.xml index 8abea8c8..e9734540 100644 --- a/phoenix5-hive/pom.xml +++ b/phoenix5-hive/pom.xml @@ -106,6 +106,10 @@ org.eclipse.jetty * + + commons-logging + commons-logging + @@ -146,6 +150,11 @@ slf4j-api provided + + org.slf4j + jcl-over-slf4j + provided + @@ -193,6 +202,10 @@ io.netty netty + + commons-logging + commons-logging + test-jar test diff --git a/phoenix5-hive4/pom.xml b/phoenix5-hive4/pom.xml index a59cc223..2735888e 100644 --- a/phoenix5-hive4/pom.xml +++ b/phoenix5-hive4/pom.xml @@ -124,6 +124,12 @@ hive-exec ${hive.version} provided + + + commons-logging + commons-logging + + org.apache.hive @@ -156,6 +162,11 @@ slf4j-api provided + + org.slf4j + jcl-over-slf4j + provided + @@ -219,6 +230,10 @@ org.slf4j slf4j-reload4j + + commons-logging + commons-logging + test-jar test @@ -237,6 +252,12 @@ hive-standalone-metastore-common ${hive.version} test + + + commons-logging + commons-logging + + org.apache.hive @@ -257,12 +278,24 @@ ${hive.version} test test-jar + + + commons-logging + commons-logging + + org.apache.hive hive-standalone-metastore-server ${hive.version} test + + + commons-logging + commons-logging + + org.apache.hive.hcatalog @@ -277,6 +310,7 @@ ${hive.version} test test-jar + org.apache.hive diff --git a/phoenix5-spark/pom.xml b/phoenix5-spark/pom.xml index 1e5878f1..790d9681 100644 --- a/phoenix5-spark/pom.xml +++ b/phoenix5-spark/pom.xml @@ -332,6 +332,11 @@ slf4j-api provided + + org.slf4j + jcl-over-slf4j + provided + diff --git a/pom.xml b/pom.xml index acb45f16..9f9b3976 100644 --- a/pom.xml +++ b/pom.xml @@ -527,6 +527,10 @@ org.apache.hbase.thirdparty hbase-shaded-jersey + + commons-logging + commons-logging + @@ -691,6 +695,10 @@ org.apache.hadoop hadoop-hdfs + + commons-logging + commons-logging + @@ -715,6 +723,10 @@ org.jruby jruby-complete + + commons-logging + commons-logging + @@ -807,6 +819,10 @@ org.xerial.snappy snappy-java + + commons-logging + commons-logging + @@ -823,6 +839,12 @@ org.apache.hadoop hadoop-minicluster ${hadoop.version} + + + commons-logging + commons-logging + + org.apache.hadoop @@ -897,6 +919,12 @@ org.apache.hadoop hadoop-hdfs ${hadoop.version} + + + commons-logging + commons-logging + + org.apache.hadoop @@ -904,6 +932,12 @@ ${hadoop.version} test-jar test + + + commons-logging + commons-logging + + org.apache.hadoop @@ -923,6 +957,11 @@ slf4j-api ${slf4j.version} + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + org.slf4j