mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user