Remove commons-codec as dep for MD hashing

This commit is contained in:
Frank van der Heijden 2021-02-22 15:56:39 +01:00
parent b51ff445dd
commit 5226866a74
No known key found for this signature in database
GPG key ID: 26DA56488D314D11
4 changed files with 29 additions and 10 deletions

View file

@ -24,7 +24,6 @@ subprojects {
}
dependencies {
implementation 'commons-codec:commons-codec:1.15'
implementation 'com.github.FrankHeijden:MinecraftReflection:1.0.0'
testCompile 'org.assertj:assertj-core:3.18.1'