summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configserver/pom.xml2
-rw-r--r--container-core/pom.xml2
-rw-r--r--controller-server/pom.xml2
-rw-r--r--http-client/pom.xml2
-rw-r--r--metrics-proxy/pom.xml2
-rw-r--r--parent/pom.xml2
6 files changed, 6 insertions, 6 deletions
diff --git a/configserver/pom.xml b/configserver/pom.xml
index fedeec61fb3..c750e4fe0f6 100644
--- a/configserver/pom.xml
+++ b/configserver/pom.xml
@@ -95,7 +95,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.github.tomakehurst</groupId>
+ <groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<scope>test</scope>
</dependency>
diff --git a/container-core/pom.xml b/container-core/pom.xml
index 5c6a85a1279..8c30dad7e22 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -373,7 +373,7 @@
<!-- TEST scope -->
<dependency>
- <groupId>com.github.tomakehurst</groupId>
+ <groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<scope>test</scope>
</dependency>
diff --git a/controller-server/pom.xml b/controller-server/pom.xml
index 8104647c2b8..3c3c93735e7 100644
--- a/controller-server/pom.xml
+++ b/controller-server/pom.xml
@@ -190,7 +190,7 @@
</dependency>
<dependency>
- <groupId>com.github.tomakehurst</groupId>
+ <groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<scope>test</scope>
</dependency>
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>
diff --git a/metrics-proxy/pom.xml b/metrics-proxy/pom.xml
index f67989afd76..af0dbaa83fb 100644
--- a/metrics-proxy/pom.xml
+++ b/metrics-proxy/pom.xml
@@ -111,7 +111,7 @@
<dependency>
- <groupId>com.github.tomakehurst</groupId>
+ <groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<scope>test</scope>
</dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 46dc5d5e875..2a85bc3a609 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -504,7 +504,7 @@
<version>3.1.9</version>
</dependency>
<dependency>
- <groupId>com.github.tomakehurst</groupId>
+ <groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>${wiremock.vespa.version}</version>
</dependency>