Remove unused dependency, explicitly declare used dependencies

This commit is contained in:
Andreas Dangel
2020-07-02 15:12:31 +02:00
parent 80d9e18011
commit 370c0b0b6d
34 changed files with 390 additions and 313 deletions

View File

@ -70,10 +70,6 @@
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>