File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,15 @@ dependencies {
44
44
developmentOnly ' org.springframework.boot:spring-boot-devtools'
45
45
implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-slf4j'
46
46
annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
47
- testImplementation ' org.springframework.boot:spring-boot-starter-test'
48
47
49
48
// test utils
50
- testImplementation ' io.projectreactor:reactor -test'
49
+ testImplementation ' org.springframework.boot:spring-boot-starter -test'
51
50
testImplementation ' org.jetbrains.kotlinx:kotlinx-coroutines-test'
51
+ testImplementation ' org.jetbrains.kotlin:kotlin-test-junit5'
52
+ testImplementation ' io.projectreactor:reactor-test'
52
53
testImplementation ' io.mockk:mockk:1.13.12'
53
54
testImplementation ' com.ninja-squad:springmockk:4.0.2'
55
+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
54
56
55
57
// wiremock
56
58
testImplementation ' org.wiremock:wiremock-standalone:3.9.1'
You can’t perform that action at this time.
0 commit comments