Skip to content

Commit

Permalink
Use log4j-slf4j-impl instead wrong slf4j-log4j12
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Jan 8, 2018
1 parent d8f2fa5 commit b0cbc35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ subprojects { subproject ->
mockitoVersion = '2.11.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.0.0'
rabbitmqHttpClientVersion = '1.3.1.RELEASE'
slf4jVersion = "1.7.25"

springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.2.RELEASE'

Expand Down Expand Up @@ -125,7 +124,8 @@ subprojects { subproject ->
exclude group: 'org.hamcrest', module: 'hamcrest-core'
}
testCompile "org.springframework:spring-test:$springVersion"
testCompile "org.slf4j:slf4j-log4j12:$slf4jVersion" // amqp-client now uses SLF4J

testRuntime "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion"
testRuntime "org.apache.logging.log4j:log4j-jcl:$log4jVersion"

testCompile "org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}"
Expand Down

0 comments on commit b0cbc35

Please sign in to comment.