ENT-3644: Upgrade Netty (#6957)

This commit is contained in:
Dimos Raptis
2021-09-15 08:52:14 +01:00
committed by GitHub
parent e50f508c2c
commit 84000e0794
3 changed files with 5 additions and 9 deletions

View File

@ -50,11 +50,7 @@ dependencies {
// Corda integration dependencies
cordaRuntime project(path: ":node:capsule", configuration: 'runtimeArtifacts')
testCompile(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'
}
testCompile(project(':node-driver'))
testImplementation "org.junit.jupiter:junit-jupiter-api:${junit_jupiter_version}"
testImplementation "junit:junit:$junit_version"