Declaring used dependencies explicitly

as determined by dependency:analyze
This commit is contained in:
Andreas Dangel
2017-09-23 22:27:34 +02:00
parent a175b90665
commit 577ef1ff71
22 changed files with 214 additions and 33 deletions

View File

@ -32,7 +32,15 @@
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-test</artifactId>