Skip to content

Commit 670aaf7

Browse files
committed
Make prometheus push gateway available to javadoc generation
See gh-14353
1 parent f4cc3ad commit 670aaf7

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,11 @@
276276
<artifactId>reactor-netty</artifactId>
277277
<optional>true</optional>
278278
</dependency>
279+
<dependency>
280+
<groupId>io.prometheus</groupId>
281+
<artifactId>simpleclient_pushgateway</artifactId>
282+
<optional>true</optional>
283+
</dependency>
279284
<dependency>
280285
<groupId>io.reactivex</groupId>
281286
<artifactId>rxjava-reactive-streams</artifactId>

0 commit comments

Comments
 (0)