Extract test framework into own sub-module

This commit is contained in:
Andreas Dangel
2014-10-04 17:37:09 +02:00
parent ad88b4784d
commit c859a05718
9 changed files with 30 additions and 0 deletions

View File

@ -114,6 +114,11 @@
<artifactId>pmd</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-test</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>