smjn commented on code in PR #22858:
URL: https://github.com/apache/kafka/pull/22858#discussion_r3603657183


##########
build.gradle:
##########
@@ -1196,6 +1196,7 @@ project(':core') {
     testImplementation testFixtures(project(':raft'))
     testImplementation testFixtures(project(':server-common'))
     testImplementation testFixtures(project(':storage:storage-api'))
+    testImplementation testFixtures(project(':storage'))

Review Comment:
   lets add a comment here to clarify the need for this dependency as there is 
no source code need for this and we are using it for its side effect of scala 
flattening and classpath presence.



-- 
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]

Reply via email to