--- a/server/pom.xml Fri Nov 15 09:34:41 2013 +0100
+++ b/server/pom.xml Mon Nov 18 23:34:22 2013 +0100
@@ -20,8 +20,9 @@
<jetty-plugin-version>8.1.13.v20130916</jetty-plugin-version>
<jetty-version>8.1.13.v20130916</jetty-version>
<junit-version>4.11</junit-version>
- <thymeleaf-version>2.1.0-beta2</thymeleaf-version>
- <thymeleaf-springsecurity-version>2.1.0-beta2</thymeleaf-springsecurity-version>
+ <thymeleaf-version>2.1.1.RELEASE</thymeleaf-version>
+ <thymeleaf-springsecurity-version>2.1.0.RELEASE</thymeleaf-springsecurity-version>
+ <thymeleaf-joda-dialect-version>0.0.3</thymeleaf-joda-dialect-version>
<cometd-version>2.7.0</cometd-version>
<jackson-version>2.2.3</jackson-version>
<joda-version>2.3</joda-version>
@@ -347,6 +348,11 @@
<version>${thymeleaf-springsecurity-version}</version>
</dependency>
<dependency>
+ <groupId>org.thymeleaf.extras</groupId>
+ <artifactId>thymeleaf-joda-dialect</artifactId>
+ <version>${thymeleaf-joda-dialect-version}</version>
+ </dependency>
+ <dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
<version>${nekohtml-version}</version>