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

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


The following commit(s) were added to refs/heads/5.1 by this push:
     new 5edcbc1b36 PHOENIX-6862 Phoenix-client jar relocates log4j2
5edcbc1b36 is described below

commit 5edcbc1b36becd68f7d2c8ff2fcb9c822b207e36
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Jan 25 12:58:31 2023 +0100

    PHOENIX-6862 Phoenix-client jar relocates log4j2
---
 phoenix-client-parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/phoenix-client-parent/pom.xml b/phoenix-client-parent/pom.xml
index 09371ac187..04200d5069 100644
--- a/phoenix-client-parent/pom.xml
+++ b/phoenix-client-parent/pom.xml
@@ -152,6 +152,7 @@
                   <exclude>org/slf4j/**</exclude>
                   <exclude>org/apache/commons/logging/**</exclude>
                   <exclude>org/apache/log4j/**</exclude>
+                  <exclude>org/apache/logging/log4j/**</exclude>
                   <!-- Not the org/ packages that are a part of the jdk -->
                   <exclude>org/ietf/jgss/**</exclude>
                   <exclude>org/omg/**</exclude>

Reply via email to