You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the repo, and did mvn clean package. This gives an error on getChronology on DateTimeFormatter of Joda. This method is not present in Joda 1.6. Changing the version of the Joda dependency in pom.xml to 1.6.2 fixes this.
The text was updated successfully, but these errors were encountered:
I cloned the repo, and did mvn clean package. This gives an error on getChronology on DateTimeFormatter of Joda. This method is not present in Joda 1.6. Changing the version of the Joda dependency in pom.xml to 1.6.2 fixes this.
The text was updated successfully, but these errors were encountered: