ENT-11657: Upgrade artemis. (#7707)

* ENT-11657: Upgraded artemis.

* ENT-11657: Reverted dependencies task leftin.

* ENT-11657: Upgraded log4j and slf4j.
This commit is contained in:
Adel El-Beik
2024-04-03 11:15:00 +01:00
committed by GitHub
parent 72778b7fb0
commit 6c4b8fdf23
19 changed files with 22 additions and 22 deletions

View File

@ -56,7 +56,7 @@ dependencies {
testImplementation(project(':node-driver')) {
// We already have a SLF4J implementation on our runtime classpath,
// and we don't need another one.
exclude group: 'org.apache.logging.log4j', module: 'log4j-slf4j-impl'
exclude group: 'org.apache.logging.log4j', module: 'log4j-slf4j2-impl'
}
testImplementation "io.reactivex:rxjava:$rxjava_version"