You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/07/02 03:09:10 UTC

[dubbo] branch master updated: remove tomcat-embed-logging-juli (#4430)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e5fe041  remove tomcat-embed-logging-juli  (#4430)
e5fe041 is described below

commit e5fe041812285869d5ab73516dd424338473bcf2
Author: cvictory <sh...@gmail.com>
AuthorDate: Tue Jul 2 11:09:01 2019 +0800

    remove tomcat-embed-logging-juli  (#4430)
    
    fixes #4400
---
 dubbo-dependencies-bom/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 20c17b6..62944fe 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -401,11 +401,6 @@
                 <version>${tomcat_embed_version}</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.tomcat.embed</groupId>
-                <artifactId>tomcat-embed-logging-juli</artifactId>
-                <version>${tomcat_embed_version}</version>
-            </dependency>
-            <dependency>
                 <groupId>io.etcd</groupId>
                 <artifactId>jetcd-core</artifactId>
                 <version>${jetcd_version}</version>