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/24 00:13:40 UTC

[cxf] 01/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.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit e1d78e4755ba77d6859354602e53233d5f000a26
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)
    (cherry picked from commit d068b9012c778f53fa7603e348adce69fcf4548b)
---
 parent/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8de113dbc1..3aebbceb88 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1886,6 +1886,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>