We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc3988 commit e4bc4e5Copy full SHA for e4bc4e5
pom.xml
@@ -182,7 +182,7 @@
182
<groupId>org.springdoc</groupId>
183
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
184
</dependency>
185
-
+
186
<dependency>
187
<groupId>com.jayway.jsonpath</groupId>
188
<artifactId>json-path-assert</artifactId>
@@ -227,6 +227,11 @@
227
<artifactId>spring-boot-starter-actuator</artifactId>
228
<scope>runtime</scope>
229
230
+ <dependency>
231
+ <groupId>io.micrometer</groupId>
232
+ <artifactId>micrometer-registry-prometheus</artifactId>
233
+ <scope>runtime</scope>
234
+ </dependency>
235
236
<groupId>org.springframework.boot</groupId>
237
<artifactId>spring-boot-actuator</artifactId>
0 commit comments