mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-22 10:20:54 +00:00
Upgrade log4j to 2.17.1. Remove unnecessary reference to log4j from tcg_eventlog_tool.
This commit is contained in:
parent
e598b78518
commit
c026e54da4
10
build.gradle
10
build.gradle
@ -120,11 +120,11 @@ subprojects {
|
|||||||
joda_time: 'joda-time:joda-time:2.9.4',
|
joda_time: 'joda-time:joda-time:2.9.4',
|
||||||
jstl: [ 'org.apache.taglibs:taglibs-standard-impl:1.2.5',
|
jstl: [ 'org.apache.taglibs:taglibs-standard-impl:1.2.5',
|
||||||
'org.apache.taglibs:taglibs-standard-spec:1.2.5'],
|
'org.apache.taglibs:taglibs-standard-spec:1.2.5'],
|
||||||
log4j2: [ 'org.apache.logging.log4j:log4j-api:2.16.0',
|
log4j2: [ 'org.apache.logging.log4j:log4j-api:2.17.1',
|
||||||
'org.apache.logging.log4j:log4j-core:2.16.0',
|
'org.apache.logging.log4j:log4j-core:2.17.1',
|
||||||
'org.apache.logging.log4j:log4j-slf4j-impl:2.16.0'],
|
'org.apache.logging.log4j:log4j-slf4j-impl:2.17.1'],
|
||||||
log4j2_web: 'org.apache.logging.log4j:log4j-web:2.16.0',
|
log4j2_web: 'org.apache.logging.log4j:log4j-web:2.17.1',
|
||||||
log_bridge: 'org.apache.logging.log4j:log4j-jcl:2.16.0',
|
log_bridge: 'org.apache.logging.log4j:log4j-jcl:2.17.1',
|
||||||
mockito: 'org.mockito:mockito-all:1.10.19',
|
mockito: 'org.mockito:mockito-all:1.10.19',
|
||||||
mariadb: 'org.mariadb.jdbc:mariadb-java-client:2.2.1',
|
mariadb: 'org.mariadb.jdbc:mariadb-java-client:2.2.1',
|
||||||
minimal_json: 'com.eclipsesource.minimal-json:minimal-json:0.9.5',
|
minimal_json: 'com.eclipsesource.minimal-json:minimal-json:0.9.5',
|
||||||
|
@ -13,7 +13,6 @@ dependencies {
|
|||||||
compile project(':HIRS_Utils')
|
compile project(':HIRS_Utils')
|
||||||
compile libs.jcommander
|
compile libs.jcommander
|
||||||
compile libs.commons_io
|
compile libs.commons_io
|
||||||
compile libs.log4j2
|
|
||||||
compileOnly libs.checkstyle
|
compileOnly libs.checkstyle
|
||||||
compileOnly libs.findbugs
|
compileOnly libs.findbugs
|
||||||
testCompile libs.testng
|
testCompile libs.testng
|
||||||
|
Loading…
x
Reference in New Issue
Block a user