mirror of
https://github.com/corda/corda.git
synced 2025-04-14 14:37:22 +00:00
Remove bouncycastle-jdk14 that is causing problems for one of the member banks.
Only need testCompile scope
This commit is contained in:
parent
6af7945dc6
commit
039229cdfd
@ -61,8 +61,10 @@ dependencies {
|
||||
compile "org.fusesource.jansi:jansi:1.13"
|
||||
|
||||
// GraphStream: For visualisation
|
||||
compile "org.graphstream:gs-core:1.3"
|
||||
compile "org.graphstream:gs-ui:1.3"
|
||||
testCompile "org.graphstream:gs-core:1.3"
|
||||
testCompile("org.graphstream:gs-ui:1.3") {
|
||||
exclude group: "bouncycastle"
|
||||
}
|
||||
compile("com.intellij:forms_rt:7.0.3") {
|
||||
exclude group: "asm"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user