Canadensys / narwhal-processor

Basic data processing library aiming to normalize similar values ​​in a known format.
MIT License
6 stars 7 forks source link

Use ThreeTen Backport library from Maven instead of local JSR-310 #23

Closed cgendreau closed 8 years ago

cgendreau commented 8 years ago

The ThreeTen library is available as backport for Java 6 and Java 7: http://www.threeten.org/threetenbp/

We should use this one instead of the current local JSR-310 library. This will also prevent a namespace issue when running the narwhal under Java 8 where the 'javax.time' classes were included in the JDK.

cgendreau commented 8 years ago

Fixed in f2b873effed0e7eb4f577fa00296d9b17aa6fec4