Skip to content

Commit d4ec45e

Browse files
committed
Fix javadoc generation
1 parent 99dcdd7 commit d4ec45e

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
@@ -867,6 +867,11 @@
867867
<artifactId>thymeleaf-extras-springsecurity4</artifactId>
868868
<optional>true</optional>
869869
</dependency>
870+
<dependency>
871+
<groupId>org.thymeleaf.extras</groupId>
872+
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
873+
<optional>true</optional>
874+
</dependency>
870875
<dependency>
871876
<groupId>org.yaml</groupId>
872877
<artifactId>snakeyaml</artifactId>

0 commit comments

Comments
 (0)