This commit is contained in:
Andrius Dagys 2016-07-22 17:31:03 +01:00
parent 2142bd1d8a
commit e7ff5b8f6f
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ dependencies {
// Thread safety annotations
compile "com.google.code.findbugs:jsr305:3.0.1"
// Log4J: logging framework (wth SLF4J bindings)
// Log4J: logging framework (with SLF4J bindings)
compile "org.apache.logging.log4j:log4j-slf4j-impl:${log4j_version}"
compile "org.apache.logging.log4j:log4j-core:${log4j_version}"

View File

@ -35,7 +35,7 @@ dependencies {
compile "com.google.code.findbugs:jsr305:3.0.1"
// Log4J: logging framework (wth SLF4J bindings)
// Log4J: logging framework (with SLF4J bindings)
compile "org.apache.logging.log4j:log4j-slf4j-impl:${log4j_version}"
compile "org.apache.logging.log4j:log4j-core:${log4j_version}"