Skip to content

Commit 68cafd3

Browse files
reorganize build.gradle
1 parent 42b5cdf commit 68cafd3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)