Skip to content

Commit

Permalink
Polish apache/incubator-dubbo/#4096 : To add new module for Dubbo Event
Browse files Browse the repository at this point in the history
  • Loading branch information
taogu.mxx committed May 20, 2019
1 parent 619e414 commit bfb9d14
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dubbo-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bfb9d14

Please sign in to comment.