Skip to content

Commit a0cf4ec

Browse files
committed
Add dependency now needed for javadoc generation on Java 11
See gh-15775
1 parent 948bafa commit a0cf4ec

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
@@ -562,6 +562,11 @@
562562
<artifactId>jersey-container-servlet-core</artifactId>
563563
<optional>true</optional>
564564
</dependency>
565+
<dependency>
566+
<groupId>org.glassfish.jersey.ext</groupId>
567+
<artifactId>jersey-spring4</artifactId>
568+
<optional>true</optional>
569+
</dependency>
565570
<dependency>
566571
<groupId>org.glassfish.jersey.media</groupId>
567572
<artifactId>jersey-media-json-jackson</artifactId>

0 commit comments

Comments
 (0)