mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Merge pull request #7881 from corda/jzadroga/ent-12442/update-bc-dependencies
ENT-12442: Add bcutil dependency for Bouncy Castle
This commit is contained in:
commit
5b9d61224f
@ -22,6 +22,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 "org.slf4j:slf4j-api:$slf4j_version"
|
||||
|
||||
testImplementation project(':finance:workflows')
|
||||
|
@ -56,6 +56,7 @@ dependencies {
|
||||
// AssertJ: for fluent assertions for testing
|
||||
testImplementation "org.assertj:assertj-core:$assertj_version"
|
||||
testImplementation "org.bouncycastle:bcpkix-lts8on:$bouncycastle_version"
|
||||
testImplementation "org.bouncycastle:bcutil-lts8on:$bouncycastle_version"
|
||||
testImplementation "org.ow2.asm:asm:$asm_version"
|
||||
|
||||
testRuntimeOnly "com.esotericsoftware:kryo:$kryo_version"
|
||||
|
@ -26,6 +26,7 @@ dependencies {
|
||||
// Bouncy castle support needed for X509 certificate manipulation
|
||||
testImplementation "org.bouncycastle:bcprov-lts8on:${bouncycastle_version}"
|
||||
testImplementation "org.bouncycastle:bcpkix-lts8on:${bouncycastle_version}"
|
||||
testImplementation "org.bouncycastle:bcutil-lts8on:${bouncycastle_version}"
|
||||
|
||||
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junit_vintage_version}"
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junit_jupiter_version}"
|
||||
|
@ -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"
|
||||
|
@ -137,6 +137,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 "com.esotericsoftware:kryo:$kryo_version"
|
||||
implementation "com.fasterxml.jackson.core:jackson-annotations:${jackson_version}"
|
||||
implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_version"
|
||||
|
@ -17,6 +17,7 @@ dependencies {
|
||||
// Bouncy castle support needed for X509 certificate manipulation
|
||||
testImplementation "org.bouncycastle:bcprov-lts8on:${bouncycastle_version}"
|
||||
testImplementation "org.bouncycastle:bcpkix-lts8on:${bouncycastle_version}"
|
||||
testImplementation "org.bouncycastle:bcutil-lts8on:${bouncycastle_version}"
|
||||
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:${junit_jupiter_version}"
|
||||
testImplementation "junit:junit:$junit_version"
|
||||
|
@ -19,6 +19,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 "org.slf4j:slf4j-api:$slf4j_version"
|
||||
implementation "org.mockito.kotlin:mockito-kotlin:$mockito_kotlin_version"
|
||||
|
@ -42,6 +42,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}"
|
||||
|
||||
testImplementation "org.apache.commons:commons-lang3:$commons_lang3_version"
|
||||
testImplementation "org.assertj:assertj-core:$assertj_version"
|
||||
|
Loading…
Reference in New Issue
Block a user