Skip to content

Commit

Permalink
CORE-15310: Swap log4j-slf4j-impl for log4j-slf4j2-impl in CLI test
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzunigadaly committed Sep 28, 2023
1 parent 05e7b37 commit aa36735
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion testing/e2e-test-utilities/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies {
strictly slf4jV2Version
}
}

}

implementation "net.corda:corda-config-schema:$cordaApiVersion"
Expand Down
1 change: 0 additions & 1 deletion tools/plugins/network/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies {
strictly slf4jV2Version
}
}

}

compileOnly "net.corda.cli.host:api:$pluginHostVersion"
Expand Down
3 changes: 1 addition & 2 deletions tools/plugins/package/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies {
strictly slf4jV2Version
}
}

}

compileOnly "net.corda.cli.host:api:$pluginHostVersion"
Expand All @@ -36,7 +35,7 @@ dependencies {
testImplementation project(":testing:test-utilities")
testImplementation project(":testing:packaging-test-utilities")

testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion"
testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j2-impl:$log4jVersion"
}

cliPlugin {
Expand Down

0 comments on commit aa36735

Please sign in to comment.