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/03/26 09:56:24 UTC

[incubator-dubbo] branch 3.x-dev updated: Merge pull request #3735, add rsocket dependency to bom.

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

liujun pushed a commit to branch 3.x-dev
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/3.x-dev by this push:
     new d6fdd25  Merge pull request #3735, add rsocket dependency to bom.
d6fdd25 is described below

commit d6fdd259ae8ed3ba82c671765859740eb4b642b5
Author: uglycow <xi...@gmail.com>
AuthorDate: Tue Mar 26 17:56:16 2019 +0800

    Merge pull request #3735, add rsocket dependency to bom.
---
 dubbo-bom/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dubbo-bom/pom.xml b/dubbo-bom/pom.xml
index 47875b8..145495b 100644
--- a/dubbo-bom/pom.xml
+++ b/dubbo-bom/pom.xml
@@ -200,6 +200,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.dubbo</groupId>
+                <artifactId>dubbo-rpc-rsocket</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.dubbo</groupId>
                 <artifactId>dubbo-registry-api</artifactId>
                 <version>${project.version}</version>
             </dependency>