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 ec1f1bbca53a5831856fd922af83e763ed8f4d5d
Author: Alexey Markevich <buhhu...@gmail.com>
AuthorDate: Fri May 31 13:20:20 2019 +0300

    Update wiremock-maven-plugin
---
 systests/microprofile/client/weld/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/systests/microprofile/client/weld/pom.xml 
b/systests/microprofile/client/weld/pom.xml
index b608f94..1d8f0a5 100644
--- a/systests/microprofile/client/weld/pom.xml
+++ b/systests/microprofile/client/weld/pom.xml
@@ -94,7 +94,7 @@
             <plugin>
                 <groupId>uk.co.automatictester</groupId>
                 <artifactId>wiremock-maven-plugin</artifactId>
-                <version>4.1.0</version>
+                <version>4.4.1</version>
                 <executions>
                     <execution>
                         <phase>generate-test-sources</phase>
@@ -102,7 +102,7 @@
                             <goal>run</goal>
                         </goals>
                         <configuration>
-                            <dir>target/classes</dir>
+                            <dir>${project.build.outputDirectory}</dir>
                             <params>${cxf.wiremock.params}</params>
                         </configuration>
                     </execution>

Reply via email to