fozzie15 commented on code in PR #35085: URL: https://github.com/apache/beam/pull/35085#discussion_r2153304916
########## sdks/java/io/kafka/build.gradle: ########## @@ -107,6 +107,7 @@ dependencies { testImplementation library.java.testcontainers_kafka testRuntimeOnly library.java.slf4j_jdk14 testRuntimeOnly project(path: ":runners:direct-java", configuration: "shadow") + testImplementation group: 'org.apache.beam', name: 'beam-runners-google-cloud-dataflow-java', version: "2.65.0" Review Comment: Changed the dependency. I will investigate adding a project as well in a subsequent PR. -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org