Make prometheus push gateway available to javadoc generation
See gh-14353
This commit is contained in:
parent
f4cc3ade88
commit
670aaf7875
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue