Added pmd-python to default PMD distribution.

This commit is contained in:
Jan van Nunen
2015-01-13 14:25:42 +01:00
parent 43750e3799
commit 6c0b45519c

View File

@ -108,6 +108,11 @@
<artifactId>pmd-plsql</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-python</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-ruby</artifactId>