summaryrefslogtreecommitdiffstats
path: root/metrics-proxy
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 /metrics-proxy
parentb123b181c1df4cd966bc1b119a0704e1dbc4b49e (diff)
Use default JDK11 variant
Diffstat (limited to 'metrics-proxy')
-rw-r--r--metrics-proxy/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics-proxy/pom.xml b/metrics-proxy/pom.xml
index ee1439fb5f6..f67989afd76 100644
--- a/metrics-proxy/pom.xml
+++ b/metrics-proxy/pom.xml
@@ -112,7 +112,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
- <artifactId>wiremock-jre8-standalone</artifactId>
+ <artifactId>wiremock-standalone</artifactId>
<scope>test</scope>
</dependency>
<dependency>