evsinev / ber-tlv

BER-TLV parser and builder
Apache License 2.0
126 stars 53 forks source link

Update Dependencies, Plugins and Java to 6 #4

Closed patrickfav closed 6 years ago

patrickfav commented 6 years ago

Some of the ancient dependencies and plugins were updated and the Java version to 6 (the maven compiler complained that it cannot build with 5 anymore). Also the plugins are now with their most recent version.

This also moves junit to the test scope. (This is actually pretty bad since it packages the junit dependency in production if you use this lib)