diff --git a/build.gradle b/build.gradle index 60bf01b..a5ea665 100644 --- a/build.gradle +++ b/build.gradle @@ -44,13 +44,15 @@ dependencies { developmentOnly 'org.springframework.boot:spring-boot-devtools' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-slf4j' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor' - testImplementation 'org.springframework.boot:spring-boot-starter-test' // test utils - testImplementation 'io.projectreactor:reactor-test' + testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test' + testImplementation 'org.jetbrains.kotlin:kotlin-test-junit5' + testImplementation 'io.projectreactor:reactor-test' testImplementation 'io.mockk:mockk:1.13.12' testImplementation 'com.ninja-squad:springmockk:4.0.2' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher' // wiremock testImplementation 'org.wiremock:wiremock-standalone:3.9.1'