mirror of https://github.com/apache/kafka.git
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:
parent
ddc3faa88f
commit
730272e396
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue