You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/01/22 16:32:20 UTC

[cxf] 03/04: Fix msv-core dependency exclusions after 2022.7 update

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

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

commit d068b9012c778f53fa7603e348adce69fcf4548b
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 21 21:19:29 2023 -0500

    Fix msv-core dependency exclusions after 2022.7 update
    
    (cherry picked from commit fb3918beb61b1c62c7bcbb5564e98c7fa628e5a1)
---
 parent/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4387c5f1b5..1e5471066f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1787,6 +1787,10 @@
                         <groupId>net.java.dev.msv</groupId>
                         <artifactId>msv-testharness</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>xml-apis</groupId>
+                        <artifactId>xml-apis</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>