mirror of
https://github.com/NationalSecurityAgency/ghidra
synced 2024-11-05 18:30:17 +00:00
GP-0 Corrected BSim build.gradle dependencies
This commit is contained in:
parent
f9103016b1
commit
e81515d9d8
1 changed files with 5 additions and 5 deletions
|
@ -33,11 +33,11 @@ dependencies {
|
|||
api project(":CodeCompare")
|
||||
|
||||
api "org.postgresql:postgresql:42.6.0"
|
||||
api "org.json.simple:json-simple:1.1.1"
|
||||
api "org.apache.commons:commons-dbcp2:2.9.0"
|
||||
api "org.apache.commons:commons-pool2:2.11.1"
|
||||
api "org.apache.commons:commons-logging:1.2"
|
||||
api "org.apache.logging.log4j:log4j-jcl:2.16.0"
|
||||
api "com.googlecode.json-simple:json-simple:1.1.1"
|
||||
api "org.apache.commons:commons-dbcp2:2.9.0"
|
||||
api "org.apache.commons:commons-pool2:2.11.1"
|
||||
api "commons-logging:commons-logging:1.2"
|
||||
api "org.apache.logging.log4j:log4j-jcl:2.16.0"
|
||||
api "com.h2database:h2:2.2.220"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue