mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
ENT-11728: Force use of LTS version of BC everywhere. (#7709)
* ENT-11728: Force use of LTS version of BC everywhere. * ENT-11728: Removed extra task left in. * ENT-11728: Revert to the now released 2.73.6 version of BC.
This commit is contained in:
parent
9ab1b36128
commit
2db7c9656c
@ -383,8 +383,6 @@ allprojects {
|
|||||||
url "${publicArtifactURL}/corda-dependencies-dev"
|
url "${publicArtifactURL}/corda-dependencies-dev"
|
||||||
content {
|
content {
|
||||||
includeGroup 'co.paralleluniverse'
|
includeGroup 'co.paralleluniverse'
|
||||||
// Remove below when BC 2.73.6 is released
|
|
||||||
includeGroup 'org.bouncycastle'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
@ -464,6 +462,11 @@ allprojects {
|
|||||||
|
|
||||||
// Effectively delete this unused and unwanted transitive dependency of Artemis.
|
// Effectively delete this unused and unwanted transitive dependency of Artemis.
|
||||||
substitute module('org.jgroups:jgroups') with module("org.apache.activemq:artemis-commons:$artemis_version")
|
substitute module('org.jgroups:jgroups') with module("org.apache.activemq:artemis-commons:$artemis_version")
|
||||||
|
|
||||||
|
// Force use of LTS version of BC everywhere
|
||||||
|
substitute module('org.bouncycastle:bcutil-jdk18on') with module("org.bouncycastle:bcutil-lts8on:$bouncycastle_version")
|
||||||
|
substitute module('org.bouncycastle:bcprov-jdk18on') with module("org.bouncycastle:bcprov-lts8on:$bouncycastle_version")
|
||||||
|
substitute module('org.bouncycastle:bcpkix-jdk18on') with module("org.bouncycastle:bcpkix-lts8on:$bouncycastle_version")
|
||||||
}
|
}
|
||||||
|
|
||||||
// FORCE Gradle to use latest SNAPSHOT dependencies.
|
// FORCE Gradle to use latest SNAPSHOT dependencies.
|
||||||
|
@ -21,7 +21,7 @@ quasarVersion=0.9.0_r3
|
|||||||
dockerJavaVersion=3.2.5
|
dockerJavaVersion=3.2.5
|
||||||
proguardVersion=7.3.1
|
proguardVersion=7.3.1
|
||||||
# Switch to release version when out
|
# Switch to release version when out
|
||||||
bouncycastleVersion=2.73.6-SNAPSHOT
|
bouncycastleVersion=2.73.6
|
||||||
classgraphVersion=4.8.135
|
classgraphVersion=4.8.135
|
||||||
disruptorVersion=3.4.2
|
disruptorVersion=3.4.2
|
||||||
typesafeConfigVersion=1.3.4
|
typesafeConfigVersion=1.3.4
|
||||||
|
Loading…
Reference in New Issue
Block a user