This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new 6de70efc0d PHOENIX-7637 Add jcl-over-slf4j dependency to phoenix-pherf 
pom (#2187)
6de70efc0d is described below

commit 6de70efc0d99a72812d68c19175cfaab8e9d5cca
Author: Norbert Meszaros <[email protected]>
AuthorDate: Fri Jun 13 07:40:01 2025 +0200

    PHOENIX-7637 Add jcl-over-slf4j dependency to phoenix-pherf pom (#2187)
---
 phoenix-pherf/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index 46e1847f47..43589db317 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -166,6 +166,11 @@
         <artifactId>jul-to-slf4j</artifactId>
         <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-api</artifactId>
@@ -319,6 +324,9 @@
             <ignoredUnusedDeclaredDependency>
               org.slf4j:jul-to-slf4j
             </ignoredUnusedDeclaredDependency>
+            <ignoredUnusedDeclaredDependency>
+              org.slf4j:jcl-over-slf4j
+            </ignoredUnusedDeclaredDependency>
           </ignoredUnusedDeclaredDependencies>
           <ignoredUsedUndeclaredDependencies>
             <ignoredUsedUndeclaredDependency>

Reply via email to