mirror of https://github.com/apache/kafka.git
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:
parent
cb3b03377d
commit
d9cbbcf69c
|
|
@ -1612,9 +1612,12 @@ project(':test-common:test-common-api') {
|
||||||
implementation project(':server')
|
implementation project(':server')
|
||||||
implementation project(':server-common')
|
implementation project(':server-common')
|
||||||
implementation project(':test-common')
|
implementation project(':test-common')
|
||||||
implementation libs.junitJupiter
|
implementation libs.junitJupiterApi
|
||||||
|
|
||||||
|
testImplementation libs.junitJupiter
|
||||||
testImplementation libs.mockitoCore
|
testImplementation libs.mockitoCore
|
||||||
testRuntimeOnly libs.junitPlatformLanucher
|
|
||||||
|
testRuntimeOnly runtimeTestLibs
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue