square / subzero

Block's Bitcoin Cold Storage solution.
Apache License 2.0
677 stars 93 forks source link

[java] remove apache's commons-lang3 dependency #659

Closed ivmaykov closed 1 year ago

ivmaykov commented 1 year ago

Our code pulls in the entire commons-lang3 dependency for just a single usage of the Pair class, which is trivial to implement ourselves. This commit removes the commons-lang3 dependency entirely and implements Pair as a private class which has drop-in replacement semantics for our usage in ColdWallet.java.