diff --git a/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml b/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml index c8faeeab1c..d09f138f83 100644 --- a/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml +++ b/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml @@ -26,5 +26,9 @@ org.thymeleaf thymeleaf-spring5 + + org.thymeleaf.extras + thymeleaf-extras-java8time + diff --git a/spring-boot-starters/spring-boot-starter-thymeleaf/src/main/resources/META-INF/spring.provides b/spring-boot-starters/spring-boot-starter-thymeleaf/src/main/resources/META-INF/spring.provides index 5530543728..801774b7d8 100644 --- a/spring-boot-starters/spring-boot-starter-thymeleaf/src/main/resources/META-INF/spring.provides +++ b/spring-boot-starters/spring-boot-starter-thymeleaf/src/main/resources/META-INF/spring.provides @@ -1 +1 @@ -provides: thymeleaf-spring4,thymeleaf-layout-dialect \ No newline at end of file +provides: thymeleaf-spring5,thymeleaf-extras-java8time \ No newline at end of file