Skip to content

Commit 9555848

Browse files
committed
Add pmd-xml dependency
1 parent f5d7b1a commit 9555848

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,11 @@
424424
<artifactId>pmd-jsp</artifactId>
425425
<version>${pmd.check.version}</version>
426426
</dependency>
427+
<dependency>
428+
<groupId>net.sourceforge.pmd</groupId>
429+
<artifactId>pmd-xml</artifactId>
430+
<version>${pmd.check.version}</version>
431+
</dependency>
427432
<!-- This contains the dogfood ruleset -->
428433
<dependency>
429434
<groupId>net.sourceforge.pmd</groupId>

0 commit comments

Comments
 (0)