Skip to content

Commit 80434ed

Browse files
reorganize build.gradle
1 parent 51ce547 commit 80434ed

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

build.gradle

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,15 @@ dependencies {
4444
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-slf4j'
4545
developmentOnly 'org.springframework.boot:spring-boot-devtools'
4646
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
47+
48+
// test utils
4749
testImplementation 'org.springframework.boot:spring-boot-starter-test'
50+
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test'
51+
testImplementation 'org.jetbrains.kotlin:kotlin-test-junit5'
4852
testImplementation 'io.projectreactor:reactor-test'
53+
testImplementation 'io.mockk:mockk:1.13.12'
54+
testImplementation 'com.ninja-squad:springmockk:4.0.2'
55+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4956

5057
// security
5158
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
@@ -58,11 +65,6 @@ dependencies {
5865
testImplementation 'org.testcontainers:mongodb'
5966
testImplementation 'org.testcontainers:junit-jupiter'
6067

61-
// junit kotlin
62-
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test'
63-
testImplementation 'io.mockk:mockk:1.13.12'
64-
testImplementation 'com.ninja-squad:springmockk:4.0.2'
65-
6668
// wiremock
6769
testImplementation 'org.wiremock:wiremock-standalone:3.9.1'
6870

0 commit comments

Comments
 (0)