summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-10-24 13:53:27 +0200
committergjoranv <gv@verizonmedia.com>2022-10-24 13:53:27 +0200
commit537e5ae8f88733023247ab68a790b7ae497c1eb3 (patch)
treeca92a0cea1df4b8ce4e1ea21c9df1a349ab1ff5f
parentfa29e75a71b49fc3925349457bb43de03b6d60d8 (diff)
Use only wiremock-jre8, and add version property.
-rw-r--r--configserver/pom.xml2
-rw-r--r--http-client/pom.xml3
-rw-r--r--metrics-proxy/pom.xml2
-rw-r--r--parent/pom.xml8
4 files changed, 5 insertions, 10 deletions
diff --git a/configserver/pom.xml b/configserver/pom.xml
index d66dad8bb9d..beb4c0c2307 100644
--- a/configserver/pom.xml
+++ b/configserver/pom.xml
@@ -96,7 +96,7 @@
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
- <artifactId>wiremock-standalone</artifactId>
+ <artifactId>wiremock-jre8-standalone</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/http-client/pom.xml b/http-client/pom.xml
index 26f76288c85..c396533d7b9 100644
--- a/http-client/pom.xml
+++ b/http-client/pom.xml
@@ -49,8 +49,7 @@
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
- <artifactId>wiremock-standalone</artifactId>
- <version>2.27.2</version>
+ <artifactId>wiremock-jre8-standalone</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/metrics-proxy/pom.xml b/metrics-proxy/pom.xml
index 4aafff72af0..c3866d3e592 100644
--- a/metrics-proxy/pom.xml
+++ b/metrics-proxy/pom.xml
@@ -122,7 +122,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
- <artifactId>wiremock-standalone</artifactId>
+ <artifactId>wiremock-jre8-standalone</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index a8375ea0791..c0a05d39fc4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -481,13 +481,8 @@
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
- <artifactId>wiremock-standalone</artifactId>
- <version>2.6.0</version>
- </dependency>
- <dependency>
- <groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
- <version>2.33.2</version>
+ <version>${wiremock.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
@@ -1062,6 +1057,7 @@
<protobuf.version>3.21.7</protobuf.version>
<spifly.version>1.3.5</spifly.version>
<surefire.version>2.22.2</surefire.version>
+ <wiremock.version>2.34.0</wiremock.version>
<zookeeper.client.version>3.8.0</zookeeper.client.version>
<doclint>all</doclint>