mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 22:59:04 +08:00
Corrected conflicting jgrapht-core version dependency
This commit is contained in:
@@ -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" }
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user