Skip to content

Commit 18a5e15

Browse files
committed
Provide thymeleaf-extras-java8time with thymeleaf starter
Closes gh-9229
1 parent 7aa84cf commit 18a5e15

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@
2626
<groupId>org.thymeleaf</groupId>
2727
<artifactId>thymeleaf-spring5</artifactId>
2828
</dependency>
29+
<dependency>
30+
<groupId>org.thymeleaf.extras</groupId>
31+
<artifactId>thymeleaf-extras-java8time</artifactId>
32+
</dependency>
2933
</dependencies>
3034
</project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
provides: thymeleaf-spring4,thymeleaf-layout-dialect
1+
provides: thymeleaf-spring5,thymeleaf-extras-java8time

0 commit comments

Comments
 (0)