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

mercyblitz pushed a commit to branch cloud-native
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git

commit bfb9d148a9254788c60d2087afd5ea3ef1cd13fe
Author: taogu.mxx <[email protected]>
AuthorDate: Mon May 20 14:49:37 2019 +0800

    Polish apache/incubator-dubbo/#4096 : To add new module for Dubbo Event
---
 dubbo-all/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/dubbo-all/pom.xml b/dubbo-all/pom.xml
index be5a2e3..aec8b0f 100644
--- a/dubbo-all/pom.xml
+++ b/dubbo-all/pom.xml
@@ -500,6 +500,15 @@
             <optional>true</optional>
         </dependency>
 
+        <!-- 2.7.2 new modules -->
+        <dependency>
+            <groupId>org.apache.dubbo</groupId>
+            <artifactId>dubbo-event</artifactId>
+            <version>${project.version}</version>
+            <scope>compile</scope>
+            <optional>true</optional>
+        </dependency>
+
         <!-- Transitive dependencies -->
         <dependency>
             <groupId>org.springframework</groupId>

Reply via email to