Updated to log4j-2.8.2

This commit is contained in:
ghidra1
2019-04-15 11:46:36 -04:00
parent ba98e85429
commit 38edad78f1
4 changed files with 22 additions and 20 deletions

View File

@@ -4,5 +4,7 @@ eclipse.project.name = '_JsonDoclet'
apply plugin: 'java'
dependencies {
compile 'com.googlecode.json-simple:json-simple:1.1.1'
compile('com.googlecode.json-simple:json-simple:1.1.1') {
exclude group: 'junit', module: 'junit'
}
}