From 18a5e15573da0d3b516e7d5af33e330fb17f977d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 29 May 2017 17:20:34 +0200 Subject: [PATCH] Provide `thymeleaf-extras-java8time` with thymeleaf starter Closes gh-9229 --- spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml | 4 ++++ .../src/main/resources/META-INF/spring.provides | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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