You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/03/25 08:01:32 UTC

[cxf] 02/02: cxf-systests-microprofile-weld: rollback wiremock-maven-plugin version

This is an automated email from the ASF dual-hosted git repository.

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit dd976dd8731b31b63deb2e60f33db3c77ff1bd09
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Wed Mar 25 10:59:29 2020 +0300

    cxf-systests-microprofile-weld: rollback wiremock-maven-plugin version
---
 systests/microprofile/client/weld/pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/systests/microprofile/client/weld/pom.xml b/systests/microprofile/client/weld/pom.xml
index 126c2f7..c75778c 100644
--- a/systests/microprofile/client/weld/pom.xml
+++ b/systests/microprofile/client/weld/pom.xml
@@ -112,14 +112,8 @@
             <plugin>
                 <groupId>uk.co.automatictester</groupId>
                 <artifactId>wiremock-maven-plugin</artifactId>
-                <version>6.0.0</version>
-                <dependencies>
-                    <dependency>
-                        <groupId>com.github.tomakehurst</groupId>
-                        <artifactId>wiremock</artifactId>
-                        <version>2.26.3</version>
-                    </dependency>
-                </dependencies>
+                <!-- Note, updating to 4.4.1 causes a weird Xalan error when building the distribution -->
+                <version>4.4.0</version>
                 <executions>
                     <execution>
                         <phase>generate-test-sources</phase>