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 0f10dbb commit 80d27f7Copy full SHA for 80d27f7
spring-boot-project/spring-boot-docs/pom.xml
@@ -201,6 +201,11 @@
201
<artifactId>micrometer-core</artifactId>
202
<optional>true</optional>
203
</dependency>
204
+ <dependency>
205
+ <groupId>io.micrometer</groupId>
206
+ <artifactId>micrometer-jersey2</artifactId>
207
+ <optional>true</optional>
208
+ </dependency>
209
<dependency>
210
<groupId>io.micrometer</groupId>
211
<artifactId>micrometer-registry-atlas</artifactId>
0 commit comments