Corrected conflicting jgrapht-core version dependency

This commit is contained in:
ghidra1
2020-12-09 17:18:49 -05:00
parent eb1740f936
commit 11314f126d
2 changed files with 1 additions and 2 deletions
@@ -13,7 +13,6 @@ dependencies {
compile "com.github.tomnelson:jungrapht-visualization:1.0"
compile "com.github.tomnelson:jungrapht-layout:1.0"
compile "org.jgrapht:jgrapht-core:1.5.0"
// not using jgrapht-io code that depends on antlr, so exclude antlr
compile ("org.jgrapht:jgrapht-io:1.5.0") { exclude group: "org.antlr", module: "antlr4-runtime" }
+1 -1
View File
@@ -17,7 +17,7 @@ dependencies {
compile "net.sf.jung:jung-graph-impl:2.1.1"
compile "net.sf.jung:jung-visualization:2.1.1"
compile "org.jgrapht:jgrapht-core:1.4.0"
compile "org.jgrapht:jgrapht-core:1.5.0"
// These have abstract test classes and stubs needed by this module
testCompile project(path: ':Docking', configuration: 'testArtifacts')