We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3ea51 commit 3d5f711Copy full SHA for 3d5f711
1 file changed
pom.xml
@@ -204,18 +204,6 @@
204
<groupId>org.apache.maven.plugins</groupId>
205
<artifactId>maven-pmd-plugin</artifactId>
206
<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
214
215
- <artifactId>pmd-java</artifactId>
216
217
218
- </dependencies>
219
<configuration>
220
<targetJdk>${maven.compiler.target}</targetJdk>
221
<skipEmptyReport>false</skipEmptyReport>
0 commit comments