dajac commented on code in PR #12827:
URL: https://github.com/apache/kafka/pull/12827#discussion_r1016821182
##########
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:
You're right. Gradle does not complain without them. I removed them.
--
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]