KAFKA-17816 Add testRuntimeOnly runtimeTestLibs to test-common-api module (#17523)

Reviewers: Ken Huang <s7133700@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Chung, Ming-Yen 2024-10-18 10:22:13 +08:00 committed by GitHub
parent cb3b03377d
commit d9cbbcf69c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -1612,9 +1612,12 @@ project(':test-common:test-common-api') {
implementation project(':server')
implementation project(':server-common')
implementation project(':test-common')
implementation libs.junitJupiter
implementation libs.junitJupiterApi
testImplementation libs.junitJupiter
testImplementation libs.mockitoCore
testRuntimeOnly libs.junitPlatformLanucher
testRuntimeOnly runtimeTestLibs
}
sourceSets {