Fix java tests not executing

This commit is contained in:
Clément Fournier
2019-09-17 19:16:45 +02:00
parent 591cfc0a51
commit 734fc53aba

View File

@ -50,6 +50,12 @@
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-test</artifactId> <artifactId>pmd-test</artifactId>