Skip to content

Commit ddc8b6f

Browse files
committed
Fix Javadoc build for new RSocket dependencies
See gh-16021
1 parent 9eb7260 commit ddc8b6f

File tree

1 file changed

+10
-0
lines changed
  • spring-boot-project/spring-boot-docs

1 file changed

+10
-0
lines changed

spring-boot-project/spring-boot-docs/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,16 @@
315315
<artifactId>reactor-netty</artifactId>
316316
<optional>true</optional>
317317
</dependency>
318+
<dependency>
319+
<groupId>io.rsocket</groupId>
320+
<artifactId>rsocket-core</artifactId>
321+
<optional>true</optional>
322+
</dependency>
323+
<dependency>
324+
<groupId>io.rsocket</groupId>
325+
<artifactId>rsocket-transport-netty</artifactId>
326+
<optional>true</optional>
327+
</dependency>
318328
<dependency>
319329
<groupId>io.prometheus</groupId>
320330
<artifactId>simpleclient_pushgateway</artifactId>

0 commit comments

Comments
 (0)