mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-16 07:30:16 +00:00
changed the gradle file for jungrapht to point to RC9.
This commit is contained in:
parent
c10d1f1b50
commit
afd5baa914
@ -11,10 +11,10 @@ eclipse.project.name = 'Features Graph Services'
|
||||
dependencies {
|
||||
compile project(":Base")
|
||||
|
||||
compile "com.github.tomnelson:jungrapht-visualization:1.0-SNAPSHOT"
|
||||
compile "com.github.tomnelson:jungrapht-layout:1.0-SNAPSHOT"
|
||||
// compile "com.github.tomnelson:jungrapht-visualization:1.0-RC9"
|
||||
// compile "com.github.tomnelson:jungrapht-layout:1.0-RC9"
|
||||
// compile "com.github.tomnelson:jungrapht-visualization:1.0-SNAPSHOT"
|
||||
// compile "com.github.tomnelson:jungrapht-layout:1.0-SNAPSHOT"
|
||||
compile "com.github.tomnelson:jungrapht-visualization:1.0-RC9"
|
||||
compile "com.github.tomnelson:jungrapht-layout:1.0-RC9"
|
||||
compile "org.jgrapht:jgrapht-core:1.5.0"
|
||||
|
||||
// not using jgrapht-io code that depends on antlr, so exclude antlr
|
||||
|
Loading…
Reference in New Issue
Block a user