We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb7260 commit ddc8b6fCopy full SHA for ddc8b6f
spring-boot-project/spring-boot-docs/pom.xml
@@ -315,6 +315,16 @@
315
<artifactId>reactor-netty</artifactId>
316
<optional>true</optional>
317
</dependency>
318
+ <dependency>
319
+ <groupId>io.rsocket</groupId>
320
+ <artifactId>rsocket-core</artifactId>
321
+ <optional>true</optional>
322
+ </dependency>
323
324
325
+ <artifactId>rsocket-transport-netty</artifactId>
326
327
328
<dependency>
329
<groupId>io.prometheus</groupId>
330
<artifactId>simpleclient_pushgateway</artifactId>
0 commit comments