KAFKA-18493: Fix configure :streams:integration-tests project error (#18511)

Reviewers: Ismael Juma <ismael@juma.me.uk>, Matthias J. Sax <matthias@confluent.io>
This commit is contained in:
Ken Huang 2025-01-15 05:04:16 +08:00 committed by GitHub
parent ddc3faa88f
commit 730272e396
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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')