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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 3aaaad5  Attempt #2 to fix Maven build failure:  (An API 
incompatibility was encountered while executing 
org.apache.maven.plugins:maven-pmd-plugin:3.10.0:pmd)
3aaaad5 is described below

commit 3aaaad57c6bf541825c6ccfe427de2bae2c246d9
Author: reta <drr...@gmail.com>
AuthorDate: Fri Aug 17 08:56:19 2018 -0400

    Attempt #2 to fix Maven build failure:  (An API incompatibility was 
encountered while executing 
org.apache.maven.plugins:maven-pmd-plugin:3.10.0:pmd)
---
 parent/pom.xml | 26 ++++++++++++++++++++------
 1 file changed, 20 insertions(+), 6 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index cb83ce8..e99cf8b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -406,12 +406,26 @@
                             <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>
+                            <artifactId>pmd-core</artifactId>
+                            <version>6.6.0</version>
+                        </dependency>
+                        <dependency>
+                            <groupId>net.sourceforge.pmd</groupId>
+                            <artifactId>pmd-java</artifactId>
+                            <version>6.6.0</version>
+                        </dependency>
+                        <dependency>
+                            <groupId>net.sourceforge.pmd</groupId>
+                            <artifactId>pmd-javascript</artifactId>
+                            <version>6.6.0</version>
+                        </dependency>
+                        <dependency>
+                            <groupId>net.sourceforge.pmd</groupId>
+                            <artifactId>pmd-jsp</artifactId>
+                            <version>6.6.0</version>
                         </dependency>
                     </dependencies>
                     <configuration>

Reply via email to