aboutsummaryrefslogtreecommitdiffstats
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
parentb123b181c1df4cd966bc1b119a0704e1dbc4b49e (diff)
Use default JDK11 variant
-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
-rw-r--r--vespa-dependencies-enforcer/allowed-maven-dependencies.txt2
7 files changed, 7 insertions, 7 deletions
diff --git a/configserver/pom.xml b/configserver/pom.xml
index bfef0748989..fedeec61fb3 100644
--- a/configserver/pom.xml
+++ b/configserver/pom.xml
@@ -96,7 +96,7 @@
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
- <artifactId>wiremock-jre8-standalone</artifactId>
+ <artifactId>wiremock-standalone</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/container-core/pom.xml b/container-core/pom.xml
index 3df232406ca..5c6a85a1279 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -374,7 +374,7 @@
<!-- TEST scope -->
<dependency>
<groupId>com.github.tomakehurst</groupId>
- <artifactId>wiremock-jre8-standalone</artifactId>
+ <artifactId>wiremock-standalone</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/controller-server/pom.xml b/controller-server/pom.xml
index 5e738a2dd4a..8104647c2b8 100644
--- a/controller-server/pom.xml
+++ b/controller-server/pom.xml
@@ -191,7 +191,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
- <artifactId>wiremock-jre8-standalone</artifactId>
+ <artifactId>wiremock-standalone</artifactId>
<scope>test</scope>
</dependency>
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>
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>
diff --git a/parent/pom.xml b/parent/pom.xml
index f6a2cba379c..3d97999a6c7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -505,7 +505,7 @@
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
- <artifactId>wiremock-jre8-standalone</artifactId>
+ <artifactId>wiremock-standalone</artifactId>
<version>${wiremock.vespa.version}</version>
</dependency>
<dependency>
diff --git a/vespa-dependencies-enforcer/allowed-maven-dependencies.txt b/vespa-dependencies-enforcer/allowed-maven-dependencies.txt
index c950f00e5b5..dce875f720c 100644
--- a/vespa-dependencies-enforcer/allowed-maven-dependencies.txt
+++ b/vespa-dependencies-enforcer/allowed-maven-dependencies.txt
@@ -215,7 +215,6 @@ xml-apis:xml-apis:1.4.01
#[test-only]
# Contains dependencies that are used exclusively in 'test' scope
-com.github.tomakehurst:wiremock-jre8-standalone:2.35.0
com.google.guava:guava-testlib:32.1.2-jre
com.google.inject:guice:4.2.3
com.google.jimfs:jimfs:1.3.0
@@ -231,3 +230,4 @@ org.junit.vintage:junit-vintage-engine:5.8.1
org.mockito:mockito-core:5.5.0
org.mockito:mockito-junit-jupiter:5.5.0
org.objenesis:objenesis:3.3
+org.wiremock:wiremock-standalone:3.0.0