Commit 18a5e155 authored by Stephane Nicoll's avatar Stephane Nicoll

Provide `thymeleaf-extras-java8time` with thymeleaf starter

Closes gh-9229
parent 7aa84cf3
...@@ -26,5 +26,9 @@ ...@@ -26,5 +26,9 @@
<groupId>org.thymeleaf</groupId> <groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId> <artifactId>thymeleaf-spring5</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-java8time</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>
provides: thymeleaf-spring4,thymeleaf-layout-dialect provides: thymeleaf-spring5,thymeleaf-extras-java8time
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment