Switch to thymeleaf-spring4

This commit is contained in:
Dave Syer
2013-12-19 13:40:10 +00:00
parent 7956d16da5
commit e2c962ac28
10 changed files with 15 additions and 14 deletions

View File

@@ -26,7 +26,7 @@
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring3</artifactId>
<artifactId>thymeleaf-spring4</artifactId>
</dependency>
</dependencies>
<build>