Skip to content

Commit

Permalink
reorganize build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
xcodeassociated committed Sep 22, 2024
1 parent 42b5cdf commit 68cafd3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 68cafd3

Please sign in to comment.