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

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


The following commit(s) were added to refs/heads/main by this push:
     new 251b21b314 Switch from wiremock to wiremock-standalone to eliminate 
dependency issues
251b21b314 is described below

commit 251b21b314f14e1a2b5cc38a15d26baa19993033
Author: Andriy Redko <[email protected]>
AuthorDate: Wed Sep 13 11:24:01 2023 -0400

    Switch from wiremock to wiremock-standalone to eliminate dependency issues
---
 systests/jaxrs/pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml
index 59074a5fc2..d3d0a65710 100644
--- a/systests/jaxrs/pom.xml
+++ b/systests/jaxrs/pom.xml
@@ -524,15 +524,9 @@
         </dependency>
         <dependency>
             <groupId>org.wiremock</groupId>
-            <artifactId>wiremock</artifactId>
+            <artifactId>wiremock-standalone</artifactId>
             <version>${cxf.wiremock.version}</version>
             <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>ch.qos.logback</groupId>
-                    <artifactId>logback-classic</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>jakarta.json.bind</groupId>

Reply via email to