Skip to content

Commit

Permalink
Merge pull request #3735, add rsocket dependency to bom.
Browse files Browse the repository at this point in the history
  • Loading branch information
uglycow authored and chickenlj committed Mar 26, 2019
1 parent 2604618 commit d6fdd25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dubbo-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,11 @@
<artifactId>dubbo-rpc-rest</artifactId>
<version>${project.version}</version>
</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>
Expand Down

0 comments on commit d6fdd25

Please sign in to comment.