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 02:19:58 UTC

[cxf] branch main updated: 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 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 fb3918beb6 Fix msv-core dependency exclusions after 2022.7 update
fb3918beb6 is described below

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

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

diff --git a/parent/pom.xml b/parent/pom.xml
index c2df26f215..357d0ef7cd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1745,6 +1745,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>