|
@@ -22,9 +22,10 @@ dependencies {
|
|
|
|
|
|
testImplementation("org.awaitility:awaitility")
|
|
|
|
|
|
- // this dependency is needed for the slf4j->log4j test
|
|
|
if (testLatestDeps) {
|
|
|
- testImplementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0")
|
|
|
+ // this dependency is needed for the slf4j->log4j test
|
|
|
+ testImplementation("org.apache.logging.log4j:log4j-slf4j2-impl:+")
|
|
|
+ testCompileOnly("biz.aQute.bnd:biz.aQute.bnd.annotation:7.0.0")
|
|
|
} else {
|
|
|
// log4j 2.17 doesn't have an slf4j2 bridge
|
|
|
testImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.0")
|