Fix updated thymeleaf dep

This commit is contained in:
Phillip Webb 2013-07-10 11:20:02 -07:00
parent 86ce60593b
commit d9fc3fc9de

View File

@ -23,7 +23,7 @@
<artifactId>thymeleaf-spring3</artifactId> <artifactId>thymeleaf-spring3</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>nz.net.ultraq.web.thymeleaf</groupId> <groupId>nz.net.ultraq.thymeleaf</groupId>
<artifactId>thymeleaf-layout-dialect</artifactId> <artifactId>thymeleaf-layout-dialect</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>