DATACOUCH-61 - Add Converter support for Jodatime

This changeset adds converters for Jodatime to unix timestamps and
back if jodatime is found on the classpath.
This commit is contained in:
Michael Nitschinger
2014-03-10 10:49:07 +01:00
parent f68397f2ac
commit 62f974fa78
3 changed files with 131 additions and 5 deletions

View File

@@ -87,6 +87,13 @@
<version>${jackson}</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>${jodatime}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>