You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2018/10/05 17:18:56 UTC

[cxf] 07/12: Attempt to fix Maven build failure: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-pmd-plugin:3.10.0:pmd

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

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

commit a92f6b0cf486235d40e932eef281591efd775fd2
Author: reta <dr...@gmail.com>
AuthorDate: Wed Aug 15 21:43:54 2018 -0400

    Attempt to fix Maven build failure:  An API incompatibility was encountered while executing org.apache.maven.plugins:maven-pmd-plugin:3.10.0:pmd
    
    (cherry picked from commit 6b8b33acde5eb94ca84121591c68eb3e5e7b294f)
---
 parent/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index b48309c..276fbbe 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -404,6 +404,12 @@
                             <groupId>org.apache.cxf.build-utils</groupId>
                             <artifactId>cxf-buildtools</artifactId>
                             <version>${cxf.build-utils.version}</version>
+                            <exclusions>
+                                <exclusion>
+                                    <groupId>xml-apis</groupId>
+                                    <artifactId>xml-apis</artifactId>
+                                </exclusion>
+                            </exclusions>
                         </dependency>
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>