Commit 4e97f799 authored by Andy Wilkinson's avatar Andy Wilkinson

Add missing RSocket dependency management

Closes gh-16568
parent 66b4f187
...@@ -1078,6 +1078,26 @@ ...@@ -1078,6 +1078,26 @@
<artifactId>rsocket-core</artifactId> <artifactId>rsocket-core</artifactId>
<version>${rsocket.version}</version> <version>${rsocket.version}</version>
</dependency> </dependency>
<dependency>
<groupId>io.rsocket</groupId>
<artifactId>rsocket-load-balancer</artifactId>
<version>${rsocket.version}</version>
</dependency>
<dependency>
<groupId>io.rsocket</groupId>
<artifactId>rsocket-micrometer</artifactId>
<version>${rsocket.version}</version>
</dependency>
<dependency>
<groupId>io.rsocket</groupId>
<artifactId>rsocket-test</artifactId>
<version>${rsocket.version}</version>
</dependency>
<dependency>
<groupId>io.rsocket</groupId>
<artifactId>rsocket-transport-local</artifactId>
<version>${rsocket.version}</version>
</dependency>
<dependency> <dependency>
<groupId>io.rsocket</groupId> <groupId>io.rsocket</groupId>
<artifactId>rsocket-transport-netty</artifactId> <artifactId>rsocket-transport-netty</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment