DATACMNS-628 - Added converters for JSR-310 backport library.

We now include Spring Converters for the ThreeTen backport project [0].

[0] http://www.threeten.org/threetenbp
This commit is contained in:
Oliver Gierke
2015-01-04 19:45:09 +01:00
parent 23cad97b9a
commit adbd363e2d
4 changed files with 293 additions and 0 deletions

View File

@@ -90,6 +90,13 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>${threetenbp}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.mysema.querydsl</groupId>
<artifactId>querydsl-core</artifactId>