We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4cc3ad commit 670aaf7Copy full SHA for 670aaf7
spring-boot-project/spring-boot-docs/pom.xml
@@ -276,6 +276,11 @@
276
<artifactId>reactor-netty</artifactId>
277
<optional>true</optional>
278
</dependency>
279
+ <dependency>
280
+ <groupId>io.prometheus</groupId>
281
+ <artifactId>simpleclient_pushgateway</artifactId>
282
+ <optional>true</optional>
283
+ </dependency>
284
<dependency>
285
<groupId>io.reactivex</groupId>
286
<artifactId>rxjava-reactive-streams</artifactId>
0 commit comments