Skip to content

Commit 027ed36

Browse files
Migrate from com.github.tomakehurst to org.wiremock
1 parent e4d4234 commit 027ed36

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,9 @@
220220
<scope>test</scope>
221221
</dependency>
222222
<dependency>
223-
<groupId>com.github.tomakehurst</groupId>
224-
<artifactId>wiremock-jre8-standalone</artifactId>
225-
<!--
226-
wiremock-jre8 introduces many dependencies that interferes with jth and core functionality
227-
during testing, the standalone jar shades all those so it doesn't break other tests.
228-
-->
229-
<version>2.35.1</version>
223+
<groupId>org.wiremock</groupId>
224+
<artifactId>wiremock-standalone</artifactId>
225+
<version>3.12.1</version>
230226
<scope>test</scope>
231227
</dependency>
232228
<dependency>

0 commit comments

Comments
 (0)