You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by me...@apache.org on 2018/03/28 03:22:02 UTC

[incubator-dubbo-spring-boot-project] branch 0.2.0 updated: Remove log4j

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

mercyblitz pushed a commit to branch 0.2.0
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/0.2.0 by this push:
     new 5f9a8f5  Remove log4j
5f9a8f5 is described below

commit 5f9a8f53a91ce8e2251badf54dba4fd2888a8645
Author: taogu.mxx <ta...@taobao.com>
AuthorDate: Wed Mar 28 11:21:31 2018 +0800

    Remove log4j
---
 dubbo-spring-boot-parent/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dubbo-spring-boot-parent/pom.xml b/dubbo-spring-boot-parent/pom.xml
index 3365979..871c3af 100644
--- a/dubbo-spring-boot-parent/pom.xml
+++ b/dubbo-spring-boot-parent/pom.xml
@@ -54,6 +54,10 @@
                         <groupId>javax.servlet</groupId>
                         <artifactId>servlet-api</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>log4j</groupId>
+                        <artifactId>log4j</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
 
@@ -67,6 +71,10 @@
                         <groupId>org.slf4j</groupId>
                         <artifactId>slf4j-log4j12</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>log4j</groupId>
+                        <artifactId>log4j</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
 

-- 
To stop receiving notification emails like this one, please contact
mercyblitz@apache.org.