rvesse / airline

Java annotation-based framework for parsing Git like command line structures with deep extensibility
https://rvesse.github.io/airline/
Apache License 2.0
128 stars 20 forks source link

Remove Commons Lang 3 and Collections 4 for ~900K savings #65

Closed agentgt closed 6 years ago

agentgt commented 7 years ago

This is work done for #64 .

The commits can be squashed once reviewed. I left them to see what work was done.

agentgt commented 7 years ago

Will fix annoying JDK 8 reference.

agentgt commented 7 years ago

Removed Collections 4.

The collections 4 removal was fairly trivial and much easier than I thought.