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/06/28 06:02:18 UTC

[dubbo] branch 2.7.3-release updated: add bom dependency for new module 'metadata-definition-protobuf' (#4417)

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

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


The following commit(s) were added to refs/heads/2.7.3-release by this push:
     new e0d3de3  add bom dependency for new module 'metadata-definition-protobuf' (#4417)
e0d3de3 is described below

commit e0d3de335d0f258d84405b10d4f875c29384ec03
Author: cvictory <sh...@gmail.com>
AuthorDate: Fri Jun 28 14:02:08 2019 +0800

    add bom dependency for new module 'metadata-definition-protobuf' (#4417)
    
    commit following #4408
---
 dubbo-bom/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dubbo-bom/pom.xml b/dubbo-bom/pom.xml
index 8b69673..3ba9eb2 100644
--- a/dubbo-bom/pom.xml
+++ b/dubbo-bom/pom.xml
@@ -427,6 +427,11 @@
                 <artifactId>dubbo-metadata-definition</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.dubbo</groupId>
+                <artifactId>dubbo-metadata-definition-protobuf</artifactId>
+                <version>${project.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>