Merged in mnesbit-exclude-bouncycastle-jdk14 (pull request #317)

Remove bouncycastle-jdk14 that is causing problems for one of the member banks.
This commit is contained in:
Matthew Nesbit 2016-09-01 11:26:46 +01:00
commit a77556f72c

View File

@ -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"
}