Added pmd-scala to default PMD distribution.

This commit is contained in:
Jan van Nunen
2015-01-13 14:19:08 +01:00
parent f58ee38cca
commit 06f769ddd0

View File

@ -113,6 +113,11 @@
<artifactId>pmd-ruby</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-scala</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-vm</artifactId>