FasterXML / jackson-modules-java8

Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names)
Apache License 2.0
399 stars 116 forks source link

Reorder maven modules for better readability #220

Closed rahuldeepattri closed 3 years ago

rahuldeepattri commented 3 years ago

Changes in this pull request

Updated Readme.md's Maven section to match ordering of modules as in Jackson 2.x section.

Improvements

This will reduce cognitive load on user reading the documentation for first time. I accidently imported the wrong module.

cowtowncoder commented 3 years ago

Sounds good. Thank you!