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

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


The following commit(s) were added to refs/heads/master by this push:
     new 938e2dd  NUTCH-2917 Remove transitive dependency to log4j 1.x (#718)
938e2dd is described below

commit 938e2dd825e8bd0e05d4837d4a0251d356898d5e
Author: Sebastian Nagel <sna...@apache.org>
AuthorDate: Wed Dec 22 10:13:12 2021 +0100

    NUTCH-2917 Remove transitive dependency to log4j 1.x (#718)
---
 ivy/ivy.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ivy/ivy.xml b/ivy/ivy.xml
index 654a964..71a0699 100644
--- a/ivy/ivy.xml
+++ b/ivy/ivy.xml
@@ -134,6 +134,7 @@
                <exclude module="jms" />
                <exclude module="jmxri" />
                <exclude module="slf4j-log4j12" />
+               <exclude module="log4j" /><!-- exclude log4j 1.x -->
                <exclude org="com.thoughtworks.xstream" />
 
        </dependencies>

Reply via email to