summaryrefslogtreecommitdiffstats
path: root/http-client
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 /http-client
parentfa29e75a71b49fc3925349457bb43de03b6d60d8 (diff)
Use only wiremock-jre8, and add version property.
Diffstat (limited to 'http-client')
-rw-r--r--http-client/pom.xml3
1 files changed, 1 insertions, 2 deletions
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>