Skip to content

Commit

Permalink
chore: clean codes
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Sep 21, 2024
1 parent 4e29066 commit 27f779d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webmvc-method-arg-resolver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.jetbrains.kotlin:kotlin-reflect")

testImplementation("org.springframework.boot:spring-boot-starter-webflux")
testImplementation("org.springframework.boot:spring-boot-starter-test"){
// use mockk as mocking framework
exclude(module = "mockito-core")
Expand Down

0 comments on commit 27f779d

Please sign in to comment.