Browse Source

Add dependency needed by javadoc generation on JDK 11

pull/16213/head
Andy Wilkinson 7 years ago
parent
commit
39971bbbd3
  1. 5
      spring-boot-project/spring-boot-docs/pom.xml

5
spring-boot-project/spring-boot-docs/pom.xml

@ -658,6 +658,11 @@ @@ -658,6 +658,11 @@
<artifactId>jboss-logging</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>

Loading…
Cancel
Save