Provide `thymeleaf-extras-java8time` with thymeleaf starter
Closes gh-9229
This commit is contained in:
parent
7aa84cf395
commit
18a5e15573
|
@ -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>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
provides: thymeleaf-spring4,thymeleaf-layout-dialect
|
provides: thymeleaf-spring5,thymeleaf-extras-java8time
|
Loading…
Reference in New Issue