This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch CXF-8671 in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 64fa4c283517085928e1798b26e2c5379025d3b7 Author: Andriy Redko <[email protected]> AuthorDate: Sun Mar 31 10:04:50 2024 -0400 Switched from wiremock-standalone to wiremock-jetty12 --- systests/microprofile/client/async/pom.xml | 2 +- systests/microprofile/client/nocdi/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/systests/microprofile/client/async/pom.xml b/systests/microprofile/client/async/pom.xml index a4e1ccba41..d30d767ac1 100644 --- a/systests/microprofile/client/async/pom.xml +++ b/systests/microprofile/client/async/pom.xml @@ -144,7 +144,7 @@ </dependency> <dependency> <groupId>org.wiremock</groupId> - <artifactId>wiremock-standalone</artifactId> + <artifactId>wiremock-jetty12</artifactId> <version>${cxf.wiremock.version}</version> <scope>test</scope> <exclusions> diff --git a/systests/microprofile/client/nocdi/pom.xml b/systests/microprofile/client/nocdi/pom.xml index 5941249f03..7efd09de6e 100644 --- a/systests/microprofile/client/nocdi/pom.xml +++ b/systests/microprofile/client/nocdi/pom.xml @@ -140,7 +140,7 @@ </dependency> <dependency> <groupId>org.wiremock</groupId> - <artifactId>wiremock-standalone</artifactId> + <artifactId>wiremock-jetty12</artifactId> <version>${cxf.wiremock.version}</version> <scope>test</scope> <exclusions>
