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

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

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

coheigea pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

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

    cxf-systests-microprofile-weld: rollback wiremock-maven-plugin version
    
    (cherry picked from commit dd976dd8731b31b63deb2e60f33db3c77ff1bd09)
---
 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 39b2d47..a95757c 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>