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/12/18 02:48:01 UTC

[dubbo] branch master updated: add all-in-one dependency to dubbo bom file. (#5499)

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 10e22ba  add all-in-one dependency to dubbo bom file. (#5499)
10e22ba is described below

commit 10e22bad63b5f263cf45a7be120a58a89ad44a8c
Author: ken.lj <ke...@gmail.com>
AuthorDate: Wed Dec 18 10:47:49 2019 +0800

    add all-in-one dependency to dubbo bom file. (#5499)
---
 dubbo-bom/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dubbo-bom/pom.xml b/dubbo-bom/pom.xml
index ba02437..b5b7825 100644
--- a/dubbo-bom/pom.xml
+++ b/dubbo-bom/pom.xml
@@ -90,6 +90,11 @@
         <dependencies>
             <dependency>
                 <groupId>org.apache.dubbo</groupId>
+                <artifactId>dubbo</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.dubbo</groupId>
                 <artifactId>dubbo-cluster</artifactId>
                 <version>${project.version}</version>
             </dependency>