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 {
4444 developmentOnly ' org.springframework.boot:spring-boot-devtools'
4545 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-slf4j'
4646 annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
47- testImplementation ' org.springframework.boot:spring-boot-starter-test'
4847
4948 // test utils
50- testImplementation ' io.projectreactor:reactor -test'
49+ testImplementation ' org.springframework.boot:spring-boot-starter -test'
5150 testImplementation ' org.jetbrains.kotlinx:kotlinx-coroutines-test'
51+ testImplementation ' org.jetbrains.kotlin:kotlin-test-junit5'
52+ testImplementation ' io.projectreactor:reactor-test'
5253 testImplementation ' io.mockk:mockk:1.13.12'
5354 testImplementation ' com.ninja-squad:springmockk:4.0.2'
55+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
5456
5557 // wiremock
5658 testImplementation ' org.wiremock:wiremock-standalone:3.9.1'
You can’t perform that action at this time.
0 commit comments