Use wiremock standalone jar. Fixes #2142

This commit is contained in:
Ryan Baxter
2022-09-08 15:28:33 -04:00
parent f1bb2623f2
commit 3a3af768b5
3 changed files with 2 additions and 4 deletions

View File

@@ -170,7 +170,7 @@
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<artifactId>wiremock-jre8-standalone</artifactId>
<scope>test</scope>
</dependency>
</dependencies>