Provide `thymeleaf-extras-java8time` with thymeleaf starter

Closes gh-9229
pull/4299/head
Stephane Nicoll 8 years ago
parent 7aa84cf395
commit 18a5e15573

@ -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>

@ -1 +1 @@
provides: thymeleaf-spring4,thymeleaf-layout-dialect
provides: thymeleaf-spring5,thymeleaf-extras-java8time
Loading…
Cancel
Save