satishd commented on a change in pull request #10638: URL: https://github.com/apache/kafka/pull/10638#discussion_r628138833
########## File path: build.gradle ########## @@ -779,6 +779,7 @@ project(':core') { api project(':clients') api libs.scalaLibrary + implementation project(':server-common') Review comment: Right, it is needed as `server-common` is only compile/runtime dependency of `raft` and `metadata`. But it is not a transitive dependency. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org