Browse Source

Fix updated thymeleaf dep

pull/7/head
Phillip Webb 13 years ago
parent
commit
d9fc3fc9de
  1. 2
      spring-zero-samples/spring-zero-sample-web-ui/pom.xml

2
spring-zero-samples/spring-zero-sample-web-ui/pom.xml

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

Loading…
Cancel
Save