Pickup maven-pmd-plugin dependency in parent POM

This commit is contained in:
Gary Gregory 2022-10-15 09:55:33 -04:00
parent 8b3ea51081
commit 3d5f711d33
1 changed files with 0 additions and 12 deletions

12
pom.xml
View File

@ -204,18 +204,6 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId> <artifactId>maven-pmd-plugin</artifactId>
<version>${commons.pmd.version}</version> <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>
</dependencies>
<configuration> <configuration>
<targetJdk>${maven.compiler.target}</targetJdk> <targetJdk>${maven.compiler.target}</targetJdk>
<skipEmptyReport>false</skipEmptyReport> <skipEmptyReport>false</skipEmptyReport>