Skip to content

Commit

Permalink
fix: add wiremock
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasalfiti committed Mar 19, 2024
1 parent ed7d132 commit 4006c30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ dependencies {
developmentOnly 'org.springframework.boot:spring-boot-devtools'
annotationProcessor 'org.projectlombok:lombok'
testAnnotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.wiremock:wiremock-standalone:3.4.2'
testImplementation 'org.projectlombok:lombok:1.18.28'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation "org.testcontainers:testcontainers"
Expand Down

0 comments on commit 4006c30

Please sign in to comment.