Fix Javadoc build for new RSocket dependencies

See gh-16021
This commit is contained in:
Brian Clozel 2019-04-11 21:07:26 +02:00
parent 9eb7260699
commit ddc8b6f6b9
1 changed files with 10 additions and 0 deletions

View File

@ -315,6 +315,16 @@
<artifactId>reactor-netty</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.rsocket</groupId>
<artifactId>rsocket-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.rsocket</groupId>
<artifactId>rsocket-transport-netty</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_pushgateway</artifactId>