Provide `thymeleaf-extras-java8time` with thymeleaf starter

Closes gh-9229
This commit is contained in:
Stephane Nicoll 2017-05-29 17:20:34 +02:00
parent 7aa84cf395
commit 18a5e15573
2 changed files with 5 additions and 1 deletions

View File

@ -26,5 +26,9 @@
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-java8time</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -1 +1 @@
provides: thymeleaf-spring4,thymeleaf-layout-dialect
provides: thymeleaf-spring5,thymeleaf-extras-java8time