You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by am...@apache.org on 2023/02/10 16:17:20 UTC

[knox] branch master updated: KNOX-2880 - Mark log4j1 as a banned dependency (#731)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bfcbcda46 KNOX-2880 - Mark log4j1 as a banned dependency (#731)
bfcbcda46 is described below

commit bfcbcda46e76081d693a40782d185f53edb0f4a2
Author: Attila Magyar <m....@gmail.com>
AuthorDate: Fri Feb 10 17:17:13 2023 +0100

    KNOX-2880 - Mark log4j1 as a banned dependency (#731)
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 945bec9cf..46a44d852 100644
--- a/pom.xml
+++ b/pom.xml
@@ -574,6 +574,11 @@
                                 <requireJavaVersion>
                                     <version>[1.8,)</version>
                                 </requireJavaVersion>
+                                <bannedDependencies>
+                                    <excludes>
+                                        <exclude>log4j:log4j</exclude>
+                                    </excludes>
+                                </bannedDependencies>
                             </rules>
                         </configuration>
                     </execution>