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 2020/02/28 08:53:33 UTC

[dubbo] branch master updated: Remove duplicate dependency from [dubbo-bom] and [dubbo-demo-xml-consumer] (#5799)

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 54b0d7e  Remove duplicate dependency from [dubbo-bom] and [dubbo-demo-xml-consumer] (#5799)
54b0d7e is described below

commit 54b0d7e3f4bc8f348c6260f649c6e3174d5b8a03
Author: LiosWong <di...@163.com>
AuthorDate: Fri Feb 28 16:53:26 2020 +0800

    Remove duplicate dependency from [dubbo-bom] and [dubbo-demo-xml-consumer] (#5799)
---
 dubbo-bom/pom.xml                                         | 5 -----
 dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-consumer/pom.xml | 4 ----
 2 files changed, 9 deletions(-)

diff --git a/dubbo-bom/pom.xml b/dubbo-bom/pom.xml
index b5b7825..a5b8b87 100644
--- a/dubbo-bom/pom.xml
+++ b/dubbo-bom/pom.xml
@@ -376,11 +376,6 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.dubbo</groupId>
-                <artifactId>dubbo-metadata-api</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.dubbo</groupId>
                 <artifactId>dubbo-metadata-report-zookeeper</artifactId>
                 <version>${project.version}</version>
             </dependency>
diff --git a/dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-consumer/pom.xml b/dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-consumer/pom.xml
index c4bf4e0..b3a4acc 100644
--- a/dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-consumer/pom.xml
+++ b/dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-consumer/pom.xml
@@ -69,10 +69,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.dubbo</groupId>
-            <artifactId>dubbo-metadata-report-zookeeper</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.dubbo</groupId>
             <artifactId>dubbo-config-spring</artifactId>
         </dependency>
         <dependency>