Browse Source

Fix javadoc generation

pull/14914/head
Stephane Nicoll 7 years ago
parent
commit
d4ec45e192
  1. 5
      spring-boot-project/spring-boot-docs/pom.xml

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

@ -867,6 +867,11 @@ @@ -867,6 +867,11 @@
<artifactId>thymeleaf-extras-springsecurity4</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>

Loading…
Cancel
Save