Skip to content

Commit

Permalink
KAFKA-17811: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
frankvicky committed Nov 26, 2024
1 parent 7b4bac8 commit 2c0c438
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1874,7 +1874,8 @@ project(':clients') {

testRuntimeOnly libs.jacksonDatabind
testRuntimeOnly libs.jacksonJDK8Datatypes
testRuntimeOnly runtimeTestLibs
testRuntimeOnly libs.slf4jReload4j
testRuntimeOnly libs.junitPlatformLanucher

generator project(':generator')
}
Expand Down Expand Up @@ -2616,7 +2617,8 @@ project(':streams') {
testImplementation libs.junitPlatformSuiteEngine // supports suite test

testRuntimeOnly project(':streams:test-utils')
testRuntimeOnly runtimeTestLibs
testRuntimeOnly libs.slf4jReload4j
testRuntimeOnly libs.junitPlatformLanucher

generator project(':generator')
}
Expand Down Expand Up @@ -2755,7 +2757,8 @@ project(':streams:streams-scala') {

testImplementation libs.junitJupiter
testImplementation libs.mockitoJunitJupiter // supports MockitoExtension
testRuntimeOnly runtimeTestLibs
testRuntimeOnly libs.slf4jReload4j
testRuntimeOnly libs.junitPlatformLanucher
}

javadoc {
Expand Down Expand Up @@ -2856,7 +2859,8 @@ project(':streams:test-utils') {
testImplementation libs.mockitoCore
testImplementation libs.hamcrest

testRuntimeOnly runtimeTestLibs
testRuntimeOnly libs.slf4jReload4j
testRuntimeOnly libs.junitPlatformLanucher
}

tasks.create(name: "copyDependantLibs", type: Copy) {
Expand Down

0 comments on commit 2c0c438

Please sign in to comment.