Dogfooding - use PMD 6.15.0
This commit is contained in:
4
pom.xml
4
pom.xml
@ -543,12 +543,12 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sourceforge.pmd</groupId>
|
<groupId>net.sourceforge.pmd</groupId>
|
||||||
<artifactId>pmd-core</artifactId>
|
<artifactId>pmd-core</artifactId>
|
||||||
<version>6.14.0</version>
|
<version>6.15.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sourceforge.pmd</groupId>
|
<groupId>net.sourceforge.pmd</groupId>
|
||||||
<artifactId>pmd-java</artifactId>
|
<artifactId>pmd-java</artifactId>
|
||||||
<version>6.14.0</version>
|
<version>6.15.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- This contains the dogfood ruleset -->
|
<!-- This contains the dogfood ruleset -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Reference in New Issue
Block a user