Add missing RSocket dependency management
Closes gh-16568
This commit is contained in:
parent
66b4f187c0
commit
4e97f7998c
|
|
@ -1078,6 +1078,26 @@
|
|||
<artifactId>rsocket-core</artifactId>
|
||||
<version>${rsocket.version}</version>
|
||||
</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>
|
||||
<groupId>io.rsocket</groupId>
|
||||
<artifactId>rsocket-transport-netty</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue