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 132aed1  PHOENIX-6306 slf4j exclusion from phoenix-server doesn't work
132aed1 is described below

commit 132aed1f487a11dcf9445a1f3c62974cd22e442d
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Jan 7 13:27:45 2021 +0100

    PHOENIX-6306 slf4j exclusion from phoenix-server doesn't work
---
 phoenix-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index 54f924f..be4324c 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -119,7 +119,7 @@
                         <exclude>sqlline:sqlline</exclude>
                         <exclude>log4j:log4j</exclude>
                         <exclude>org.slf4j:slf4j-api</exclude>
-                        <exclude>org.slf4j:slf4j-log4j</exclude>
+                        <exclude>org.slf4j:slf4j-log4j12</exclude>
                         
<exlcude>org.apache.phoenix:phoenix-hbase-compat*</exlcude>
                     </excludes>
                 </artifactSet>

Reply via email to