Add missing dependency junit or scope test

This commit is contained in:
Andreas Dangel
2020-05-22 11:37:22 +02:00
parent 5f3ff0aed8
commit 11f413e6ee
4 changed files with 8 additions and 0 deletions

View File

@ -90,6 +90,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>