This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 37f1867f092f493478b303aa6ad87cc27768d4a4 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Wed Jun 5 12:31:30 2019 +0100 Fixing build --- systests/microprofile/client/weld/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systests/microprofile/client/weld/pom.xml b/systests/microprofile/client/weld/pom.xml index 1d8f0a5..21a854d 100644 --- a/systests/microprofile/client/weld/pom.xml +++ b/systests/microprofile/client/weld/pom.xml @@ -94,7 +94,8 @@ <plugin> <groupId>uk.co.automatictester</groupId> <artifactId>wiremock-maven-plugin</artifactId> - <version>4.4.1</version> + <!-- 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>
