Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 3d5f711

Browse files
committed
Pickup maven-pmd-plugin dependency in parent POM
1 parent 8b3ea51 commit 3d5f711

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -204,18 +204,6 @@
204204
<groupId>org.apache.maven.plugins</groupId>
205205
<artifactId>maven-pmd-plugin</artifactId>
206206
<version>${commons.pmd.version}</version>
207-
<dependencies>
208-
<dependency>
209-
<groupId>net.sourceforge.pmd</groupId>
210-
<artifactId>pmd-core</artifactId>
211-
<version>${commons.pmd-impl.version}</version>
212-
</dependency>
213-
<dependency>
214-
<groupId>net.sourceforge.pmd</groupId>
215-
<artifactId>pmd-java</artifactId>
216-
<version>${commons.pmd-impl.version}</version>
217-
</dependency>
218-
</dependencies>
219207
<configuration>
220208
<targetJdk>${maven.compiler.target}</targetJdk>
221209
<skipEmptyReport>false</skipEmptyReport>

0 commit comments

Comments
 (0)