Skip to content

Commit

Permalink
Make prometheus push gateway available to javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhave committed Oct 6, 2018
1 parent f4cc3ad commit 670aaf7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spring-boot-project/spring-boot-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 670aaf7

Please sign in to comment.