Remove bouncycastle-jdk14 that is causing problems for one of the member banks.

Only need testCompile scope
This commit is contained in:
Matthew Nesbit 2016-09-01 10:46:57 +01:00
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"
}