Open philci52 opened 7 years ago
Joda-Time suggests transition to JSR-310 see the "About" section on the website.
http://www.joda.org/joda-time/
Joda-Time is the de facto standard date and time library for Java prior to Java SE 8. Users are now asked to migrate to java.time (JSR-310).
I'm guessing several users of EWS for Java are still using it with Java 7 (or even earlier).
I also needed to remove joda. I just did the code and created a pull request
Joda-Time suggests transition to JSR-310 see the "About" section on the website.
http://www.joda.org/joda-time/
Joda-Time is the de facto standard date and time library for Java prior to Java SE 8. Users are now asked to migrate to java.time (JSR-310).