CORDA-3365: Reintroduce dependency to fix BFT-Smart notary (#5640)

The commons-codec:1.10 library was removed due to a security vulnerability,
but in commons-codec:1.13 it appears to have been fixed.
This commit is contained in:
Andrius Dagys 2019-11-01 09:05:12 +00:00 committed by Anthony Keenan
parent e0701231ac
commit d033fceeef

View File

@ -202,6 +202,7 @@ 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'