mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
Add bcutil dependency for BC
This commit is contained in:
@ -53,6 +53,7 @@ dependencies {
|
||||
// Bouncy castle support needed for X509 certificate manipulation
|
||||
implementation "org.bouncycastle:bcprov-lts8on:${bouncycastle_version}"
|
||||
implementation "org.bouncycastle:bcpkix-lts8on:${bouncycastle_version}"
|
||||
implementation "org.bouncycastle:bcutil-lts8on:${bouncycastle_version}"
|
||||
|
||||
implementation "io.reactivex:rxjava:$rxjava_version"
|
||||
implementation "javax.persistence:javax.persistence-api:2.2"
|
||||
|
Reference in New Issue
Block a user