bbejeck commented on code in PR #17021: URL: https://github.com/apache/kafka/pull/17021#discussion_r1809424856
########## build.gradle: ########## @@ -2638,6 +2638,7 @@ project(':streams') { testImplementation libs.mockitoCore testImplementation libs.mockitoJunitJupiter // supports MockitoExtension testImplementation libs.junitPlatformSuiteEngine // supports suite test + testImplementation libs.opentelemetryProto Review Comment: Needed to add this test dependency explicitly. The clients module has this dependency shaded, but it's the package is renamed from `io.opentelemetry.proto` to `org.apache.kafka.shaded.io.opentelemetry.proto`. IntelliJ finds this fine, but my local gradle build can't so I need to add 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