This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push: new 81a498b11 Inherit PMD plugin configuration of PMD from parent POM 81a498b11 is described below commit 81a498b116ea84b986e0f13a849294f356815baf Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Nov 26 07:28:31 2022 -0500 Inherit PMD plugin configuration of PMD from parent POM --- pom.xml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/pom.xml b/pom.xml index e687f2557..1a624c470 100644 --- a/pom.xml +++ b/pom.xml @@ -605,28 +605,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>${commons.pmd.version}</version> - <dependencies> - <dependency> - <groupId>net.sourceforge.pmd</groupId> - <artifactId>pmd-core</artifactId> - <version>${commons.pmd-impl.version}</version> - </dependency> - <dependency> - <groupId>net.sourceforge.pmd</groupId> - <artifactId>pmd-java</artifactId> - <version>${commons.pmd-impl.version}</version> - </dependency> - <dependency> - <groupId>net.sourceforge.pmd</groupId> - <artifactId>pmd-javascript</artifactId> - <version>${commons.pmd-impl.version}</version> - </dependency> - <dependency> - <groupId>net.sourceforge.pmd</groupId> - <artifactId>pmd-jsp</artifactId> - <version>${commons.pmd-impl.version}</version> - </dependency> - </dependencies> <configuration> <targetJdk>${maven.compiler.target}</targetJdk> </configuration>