Merge pull request #7165 from corda/adel/ENT-6636

ENT-6636: Removing commons-codec - not used.
This commit is contained in:
Adel El-Beik 2022-05-17 10:08:38 +01:00 committed by GitHub
commit a062a97386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,6 @@ dependencies {
// BFT-Smart dependencies
compile 'com.github.bft-smart:library:master-v1.1-beta-g6215ec8-87'
compile 'commons-codec:commons-codec:1.13'
// Java Atomix: RAFT library
compile 'io.atomix.copycat:copycat-client:1.2.3'