Skip to content

Commit 80d27f7

Browse files
committed
Make micrometer-jersey2's classes available to javadoc generation
See gh-12482
1 parent 0f10dbb commit 80d27f7

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
@@ -201,6 +201,11 @@
201201
<artifactId>micrometer-core</artifactId>
202202
<optional>true</optional>
203203
</dependency>
204+
<dependency>
205+
<groupId>io.micrometer</groupId>
206+
<artifactId>micrometer-jersey2</artifactId>
207+
<optional>true</optional>
208+
</dependency>
204209
<dependency>
205210
<groupId>io.micrometer</groupId>
206211
<artifactId>micrometer-registry-atlas</artifactId>

0 commit comments

Comments
 (0)