[ci] Fix maven-pmd-plugin configuration

This commit is contained in:
Andreas Dangel
2022-04-22 08:20:46 +02:00
parent 23997a15d7
commit 24f4b2ecb6

10
pom.xml
View File

@ -413,6 +413,16 @@
<artifactId>pmd-java</artifactId>
<version>6.44.0</version> <!-- pmd.dogfood.version -->
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-jsp</artifactId>
<version>6.44.0</version> <!-- pmd.dogfood.version -->
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-javascript</artifactId>
<version>6.44.0</version> <!-- pmd.dogfood.version -->
</dependency>
<!-- This contains the dogfood ruleset -->
<dependency>
<groupId>net.sourceforge.pmd</groupId>