Make prometheus push gateway available to javadoc generation

See gh-14353
This commit is contained in:
Madhura Bhave 2018-10-05 19:23:52 -07:00
parent f4cc3ade88
commit 670aaf7875
1 changed files with 5 additions and 0 deletions

View File

@ -276,6 +276,11 @@
<artifactId>reactor-netty</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_pushgateway</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava-reactive-streams</artifactId>