joutvhu / fixed-width-parser

Fixed Width Parser: parse fixed width string to object and export object to fixed width string
MIT License
15 stars 3 forks source link

Prune unused dependencies #28

Closed f4lco closed 3 years ago

f4lco commented 3 years ago

This PR contains a bit of clean-up. The dependency footprint of the project should be as small as possible. Also, due to my setup, I noticed lag when running tests due to initialisation overhead of log4j, which is not used at all.