You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by rd...@apache.org on 2022/09/15 17:01:01 UTC

[pulsar-manager] branch master updated: Removing transitive dependencies for log4j (#488)

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

rdhabalia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b2dd2f  Removing transitive dependencies for log4j (#488)
3b2dd2f is described below

commit 3b2dd2fa20008b0c15992cac2946ef59daed08f6
Author: gurleen-gks <gu...@gmail.com>
AuthorDate: Thu Sep 15 10:00:56 2022 -0700

    Removing transitive dependencies for log4j (#488)
    
    Co-authored-by: Gurleen Kaur <gu...@verizonmedia.com>
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index 84a5410..e442883 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,6 +42,7 @@ configurations {
     testPlugins {}
     all*.exclude group: 'org.bouncycastle', module: 'bc-fips'
     all*.exclude group: 'io.netty', module: 'netty-tcnative-classes'
+    all*.exclude group: 'log4j', module: 'log4j'
 }
 
 dependencies {