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

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

commit 9329faac7a89979c118dc9b0dcd784245f28ff24
Author: Daniel Kulp <d...@kulp.com>
AuthorDate: Wed Aug 30 12:08:58 2023 -0400

    Exlude transitive dep to xml-apis to avoid Java17 module issues
    
    (cherry picked from commit 1f829190e583560ea4bf72ea0bc67ec277884c5e)
    
    # Conflicts:
    #       
systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/failover/AbstractFailoverTest.java
---
 systests/transports/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/systests/transports/pom.xml b/systests/transports/pom.xml
index aa1cc278cc..9d74defc75 100644
--- a/systests/transports/pom.xml
+++ b/systests/transports/pom.xml
@@ -236,6 +236,12 @@
             <groupId>net.sourceforge.nekohtml</groupId>
             <artifactId>nekohtml</artifactId>
             <version>1.9.22</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Reply via email to