Add auto-configuration for Thymeleaf data dialect

Closes #1120
This commit is contained in:
Max Bruchmann
2014-06-18 01:39:29 +02:00
committed by Andy Wilkinson
parent 53d24301d1
commit ee40fb8cf1
5 changed files with 59 additions and 24 deletions

View File

@@ -290,6 +290,11 @@
<artifactId>thymeleaf-layout-dialect</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.mxab.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-data-attribute</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity3</artifactId>