Skip to content

Commit

Permalink
Add wiremock dependency explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter committed Oct 4, 2024
1 parent 546ebe1 commit 02970a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions releaser-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@
<artifactId>spring-cloud-starter-contract-stub-runner</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
Expand Down

0 comments on commit 02970a7

Please sign in to comment.