diff --git a/node/build.gradle b/node/build.gradle index e2d8528f9f..535b4635e2 100644 --- a/node/build.gradle +++ b/node/build.gradle @@ -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" }