yifan-c commented on code in PR #200:
URL: https://github.com/apache/cassandra-sidecar/pull/200#discussion_r1964749227
##########
integration-framework/build.gradle:
##########
@@ -76,11 +76,7 @@ dependencies {
// Exposed to the test project
api("io.vertx:vertx-junit5:${project.vertxVersion}")
// The server itself
- api(project(path: ":server")) {
- exclude(group: 'org.apache.logging.log4j')
- exclude(group: 'org.slf4j')
- exclude(group: 'ch.qos.logback')
- }
Review Comment:
Excluding the dependencies loses the test log of sidecar in the pacakge
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]