ijuma commented on code in PR #12827: URL: https://github.com/apache/kafka/pull/12827#discussion_r1016813429
########## build.gradle: ########## @@ -1222,6 +1225,42 @@ project(':metadata') { } } +project(':group-coordinator') { + archivesBaseName = "kafka-group-coordinator" + + dependencies { + implementation project(':server-common') + implementation project(':clients') + implementation libs.slf4jApi + + testImplementation project(':clients') Review Comment: Isn't this redundant given that we already have an implementation dependency on clients? Or does gradle complain if you remove it? -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org