dajac commented on code in PR #12827: URL: https://github.com/apache/kafka/pull/12827#discussion_r1016794520
########## build.gradle: ########## @@ -1222,6 +1225,41 @@ project(':metadata') { } } +project(':group-coordinator') { + archivesBaseName = "kafka-group-coordinator" + + dependencies { + implementation project(':server-common') + implementation project(':clients') + compileOnly libs.log4j + testImplementation libs.junitJupiter + testImplementation libs.jqwik + testImplementation libs.hamcrest + testImplementation libs.mockitoCore + testImplementation libs.mockitoInline Review Comment: I removed all the unnecessary ones and I kept the minimal that I need for now. -- 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