groovy: Add groovy to pmd-dist

This commit is contained in:
Andreas Dangel
2016-09-26 19:54:53 +02:00
parent f9deb34809
commit 82cc8b1d50

View File

@ -83,6 +83,11 @@
<artifactId>pmd-go</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-groovy</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>