intuit / QuickBooks-V3-Java-SDK

Java SDK for QuickBooks REST API v3 services
Apache License 2.0
66 stars 144 forks source link

Remove joda time dependency. #186

Open jessebutterfield opened 2 years ago

jessebutterfield commented 2 years ago

I noticed quickbooks was pulling in the whole joda-time package to format a date. We're trying to remove joda-time from our dependencies to prevent developers from accidentally importing them when trying to work with the java date and time classes.