You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by hu...@apache.org on 2021/12/13 07:28:01 UTC

[rocketmq] branch develop updated: [ISSUE #3635] remove log4j dependency in client pom (#3636)

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

huangli pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4a8263b  [ISSUE #3635] remove log4j dependency in client pom (#3636)
4a8263b is described below

commit 4a8263b4609cd16b5e7c194528bd875711e01852
Author: coding <za...@qq.com>
AuthorDate: Mon Dec 13 15:27:48 2021 +0800

    [ISSUE #3635] remove log4j dependency in client pom (#3636)
    
    Co-authored-by: zanglei <za...@kuaishou.com>
---
 client/pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/client/pom.xml b/client/pom.xml
index 82a053c..07ba7d1 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -39,11 +39,6 @@
             </exclusions>
         </dependency>
         <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
         </dependency>
@@ -59,15 +54,5 @@
             <version>0.33.0</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-core</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>