You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by sz...@apache.org on 2021/12/23 17:12:16 UTC

[ratis] branch master updated: RATIS-1477. Exclude log4j JMSAppender.class in jar. (#570)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3ef7f1d  RATIS-1477. Exclude log4j JMSAppender.class in jar. (#570)
3ef7f1d is described below

commit 3ef7f1d6ed675da073134a7ee86b9a476a27f73e
Author: Tsz-Wo Nicholas Sze <sz...@apache.org>
AuthorDate: Fri Dec 24 01:12:10 2021 +0800

    RATIS-1477. Exclude log4j JMSAppender.class in jar. (#570)
---
 ratis-examples/pom.xml    | 1 +
 ratis-experiments/pom.xml | 1 +
 ratis-shell/pom.xml       | 1 +
 3 files changed, 3 insertions(+)

diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml
index 3df32a1..d755b5b 100644
--- a/ratis-examples/pom.xml
+++ b/ratis-examples/pom.xml
@@ -162,6 +162,7 @@
                     <exlcude>META-INF/*.SF</exlcude>
                     <exclude>META-INF/*.DSA</exclude>
                     <exclude>META-INF/*.RSA</exclude>
+                    <exclude>**/org/apache/log4j/net/JMSAppender.class</exclude>
                   </excludes>
                 </filter>
               </filters>
diff --git a/ratis-experiments/pom.xml b/ratis-experiments/pom.xml
index a1a8739..17abba2 100644
--- a/ratis-experiments/pom.xml
+++ b/ratis-experiments/pom.xml
@@ -129,6 +129,7 @@
                     <exlcude>META-INF/*.SF</exlcude>
                     <exclude>META-INF/*.DSA</exclude>
                     <exclude>META-INF/*.RSA</exclude>
+                    <exclude>**/org/apache/log4j/net/JMSAppender.class</exclude>
                   </excludes>
                 </filter>
               </filters>
diff --git a/ratis-shell/pom.xml b/ratis-shell/pom.xml
index 176c2a3..f56506d 100644
--- a/ratis-shell/pom.xml
+++ b/ratis-shell/pom.xml
@@ -91,6 +91,7 @@
                     <exclude>META-INF/*.SF</exclude>
                     <exclude>META-INF/*.DSA</exclude>
                     <exclude>META-INF/*.RSA</exclude>
+                    <exclude>**/org/apache/log4j/net/JMSAppender.class</exclude>
                   </excludes>
                 </filter>
               </filters>