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 c9dc68b commit e50b37eCopy full SHA for e50b37e
maven/simple-project/pom.xml
@@ -10,7 +10,7 @@
10
<maven.compiler.release>${java.version}</maven.compiler.release>
11
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12
13
- <pmd.plugin.version>3.21.2</pmd.plugin.version>
+ <pmd.plugin.version>3.22.0</pmd.plugin.version>
14
<pmd.version>7.0.0</pmd.version>
15
</properties>
16
@@ -34,11 +34,6 @@
34
<printFailingErrors>true</printFailingErrors>
35
</configuration>
36
<dependencies>
37
- <dependency>
38
- <groupId>net.sourceforge.pmd</groupId>
39
- <artifactId>pmd-compat6</artifactId>
40
- <version>${pmd.version}</version>
41
- </dependency>
42
<dependency>
43
<groupId>net.sourceforge.pmd</groupId>
44
<artifactId>pmd-core</artifactId>
0 commit comments