summaryrefslogtreecommitdiffstats
path: root/http-client
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-08-31 14:50:45 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-08-31 14:50:45 +0200
commit03e0591706c9aa03d8a86025af58ce4b9472c035 (patch)
tree21af3dce477343e6eaa0f9654bb5d18ad6615202 /http-client
parentb123b181c1df4cd966bc1b119a0704e1dbc4b49e (diff)
Use default JDK11 variant
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 c8a58330f24..661cc68f2b7 100644
--- a/http-client/pom.xml
+++ b/http-client/pom.xml
@@ -49,7 +49,7 @@
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
- <artifactId>wiremock-jre8-standalone</artifactId>
+ <artifactId>wiremock-standalone</artifactId>
<scope>test</scope>
</dependency>
<dependency>