Skip to content

Commit b0cbc35

Browse files
committed
Use log4j-slf4j-impl instead wrong slf4j-log4j12
1 parent d8f2fa5 commit b0cbc35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ subprojects { subproject ->
9797
mockitoVersion = '2.11.0'
9898
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.0.0'
9999
rabbitmqHttpClientVersion = '1.3.1.RELEASE'
100-
slf4jVersion = "1.7.25"
101100

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

@@ -125,7 +124,8 @@ subprojects { subproject ->
125124
exclude group: 'org.hamcrest', module: 'hamcrest-core'
126125
}
127126
testCompile "org.springframework:spring-test:$springVersion"
128-
testCompile "org.slf4j:slf4j-log4j12:$slf4jVersion" // amqp-client now uses SLF4J
127+
128+
testRuntime "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion"
129129
testRuntime "org.apache.logging.log4j:log4j-jcl:$log4jVersion"
130130

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

0 commit comments

Comments
 (0)