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
+14 -14
View File
@@ -1,11 +1,14 @@
*.class excludedFiles.txt
ghidra.repos.config
# Misc files produced while executing application
repositories/
Ghidra/.ghidraSvrKeys
wrapper.log*
Thumbs.db Thumbs.db
.DS_Store .DS_Store
.svn .svn
excludedFiles.txt
.classpath
.project
ghidra.repos.config
/*/*/*/*/*/bin/ /*/*/*/*/*/bin/
/*/*/*/*/*/build/ /*/*/*/*/*/build/
@@ -21,7 +24,8 @@ ghidra.repos.config
/bin/ /bin/
**/dist **/dist
repositories/
# Ignore Sleigh generated files
*.sla *.sla
**/data/build.xml **/data/build.xml
@@ -30,22 +34,15 @@ repositories/
*.settings *.settings
*.directory *.directory
.gradle/ .gradle/
.settings/
# File locks # File locks
*.ulock *.ulock
*.lock *.lock
# Gradle creates these per developer
**/vs/
# Misc files produced while executing application
Ghidra/.ghidraSvrKeys
wrapper.log*
# Ignore object files # Ignore object files
*.o *.o
*.obj *.obj
*.class
# Ignore MS Visual Studio artifcats # Ignore MS Visual Studio artifcats
Release Release
@@ -54,6 +51,8 @@ Release
*.suo *.suo
*.aps *.aps
*.vcproj.* *.vcproj.*
*.vcxproj.*
.vs/
# Ignore UNIX backup files # Ignore UNIX backup files
*~ *~
@@ -62,3 +61,4 @@ Release
# Ignore eclipse project files # Ignore eclipse project files
.project .project
.classpath .classpath
.settings/
+2 -2
View File
@@ -8,8 +8,8 @@ dependencies {
compile "cglib:cglib-nodep:2.2" compile "cglib:cglib-nodep:2.2"
compile "com.google.guava:guava:19.0" compile "com.google.guava:guava:19.0"
compile "org.jdom:jdom-legacy:1.1.3" compile "org.jdom:jdom-legacy:1.1.3"
compile "org.apache.logging.log4j:log4j-api:2.8.1" compile "org.apache.logging.log4j:log4j-api:2.8.2"
compile "org.apache.logging.log4j:log4j-core:2.8.1" compile "org.apache.logging.log4j:log4j-core:2.8.2"
compile "org.apache.commons:commons-collections4:4.1" compile "org.apache.commons:commons-collections4:4.1"
compile "org.apache.commons:commons-lang3:3.5" compile "org.apache.commons:commons-lang3:3.5"
compile "org.lucee:commons-io:2.6.0" compile "org.lucee:commons-io:2.6.0"
@@ -2,13 +2,13 @@
##MODULE IP: Apache License 2.0 ##MODULE IP: Apache License 2.0
##MODULE IP: BSD ##MODULE IP: BSD
##MODULE IP: Christian Plattner ##MODULE IP: Christian Plattner
##MODULE IP: Crystal Clear Icons - LGPL 2.1
##MODULE IP: JDOM License ##MODULE IP: JDOM License
##MODULE IP: MIT ##MODULE IP: MIT
##MODULE IP: Nuvola Icons - LGPL 2.1
##MODULE IP: Modified Nuvola Icons - LGPL 2.1 ##MODULE IP: Modified Nuvola Icons - LGPL 2.1
##MODULE IP: Tango Icons - Public Domain ##MODULE IP: Nuvola Icons - LGPL 2.1
##MODULE IP: Oxygen Icons - LGPL 3.0 ##MODULE IP: Oxygen Icons - LGPL 3.0
##MODULE IP: Crystal Clear Icons - LGPL 2.1 ##MODULE IP: Tango Icons - Public Domain
.classpath||GHIDRA||||END| .classpath||GHIDRA||||END|
.gitignore||GHIDRA||||END| .gitignore||GHIDRA||||END|
.project||GHIDRA||||END| .project||GHIDRA||||END|
@@ -4,5 +4,7 @@ eclipse.project.name = '_JsonDoclet'
apply plugin: 'java' apply plugin: 'java'
dependencies { 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'
}
} }