This is an automated email from the ASF dual-hosted git repository. mjsax pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push: new 730272e396a KAFKA-18493: Fix configure :streams:integration-tests project error (#18511) 730272e396a is described below commit 730272e396a4712162020df3323029db649218eb Author: Ken Huang <s7133...@gmail.com> AuthorDate: Wed Jan 15 05:04:16 2025 +0800 KAFKA-18493: Fix configure :streams:integration-tests project error (#18511) Reviewers: Ismael Juma <ism...@juma.me.uk>, Matthias J. Sax <matth...@confluent.io> --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 8e6bacd4c14..66aae7e78fb 100644 --- a/build.gradle +++ b/build.gradle @@ -2860,6 +2860,7 @@ project(':streams:integration-tests') { dependencies { implementation libs.slf4jApi + implementation libs.scalaLibrary testImplementation project(':clients').sourceSets.test.output testImplementation project(':group-coordinator')