summaryrefslogtreecommitdiffstats
path: root/http-client
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-09-02 21:05:34 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2023-09-02 21:05:34 +0200
commit05e6c46448adea6242f041037168ed6bd41f0d2b (patch)
tree175e3f16f8a319f068f1ad24ca9bae95ba864fec /http-client
parent77aaa6e63f06063e91d7f7c8621ae82401b83288 (diff)
com.github.tomakehurst.wiremock has become org.wiremock
Diffstat (limited to 'http-client')
-rw-r--r--http-client/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/http-client/pom.xml b/http-client/pom.xml
index 661cc68f2b7..e5900d28009 100644
--- a/http-client/pom.xml
+++ b/http-client/pom.xml
@@ -48,7 +48,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.github.tomakehurst</groupId>
+ <groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<scope>test</scope>
</dependency>