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:25:30 UTC

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

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

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


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

commit b3037787f2504f0400eeca2041c4836460f457c3
Author: mercyblitz <me...@gmail.com>
AuthorDate: Wed Mar 28 11:25:18 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 cc21e66..5894d5c 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.