File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ subprojects { subproject ->
97
97
mockitoVersion = ' 2.11.0'
98
98
rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.0.0'
99
99
rabbitmqHttpClientVersion = ' 1.3.1.RELEASE'
100
- slf4jVersion = " 1.7.25"
101
100
102
101
springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.0.2.RELEASE'
103
102
@@ -125,7 +124,8 @@ subprojects { subproject ->
125
124
exclude group : ' org.hamcrest' , module : ' hamcrest-core'
126
125
}
127
126
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 "
129
129
testRuntime " org.apache.logging.log4j:log4j-jcl:$log4jVersion "
130
130
131
131
testCompile " org.junit.jupiter:junit-jupiter-api:${ junitJupiterVersion} "
You can’t perform that action at this time.
0 commit comments