DATAJPA-655 - Added AttributeConverters for ThreeTen backport library.

We now ship JPA 2.1 AttributeConverters for the ThreeTen back port library [0] similarly to the one we provide for JSR-310.

[0] http://www.threeten.org/threetenbp
This commit is contained in:
Oliver Gierke
2015-01-04 20:04:49 +01:00
parent 7f18bee1aa
commit 3ca07ab63e
7 changed files with 257 additions and 47 deletions

View File

@@ -137,6 +137,13 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>${threetenbp}</version>
<optional>true</optional>
</dependency>
<!-- Persistence providers -->
<dependency>