FrankYang0529 commented on code in PR #19523: URL: https://github.com/apache/kafka/pull/19523#discussion_r2087024185
########## build.gradle: ########## @@ -1414,10 +1414,12 @@ project(':group-coordinator') { implementation project(':coordinator-common') implementation libs.jacksonDatabind implementation libs.jacksonJDK8Datatypes + implementation libs.lz4 implementation libs.metrics implementation libs.hdrHistogram implementation libs.re2j implementation libs.slf4jApi + implementation libs.hash4j Review Comment: Yes, I added it to LICENSE-binary and `python committer-tools/verify_license.py` can pass. Do I need to modify other files? Thanks. -- 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