Added pmd-objectivec to default PMD distribution.

This commit is contained in:
Jan van Nunen
2015-01-13 14:23:16 +01:00
parent 8dd3755db1
commit 5bbc99a6f8

View File

@ -98,6 +98,11 @@
<artifactId>pmd-jsp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-objectivec</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-php</artifactId>