[swift] Add missing junit-vintage-engine

This commit is contained in:
Andreas Dangel
2020-06-21 11:55:34 +02:00
parent 36a9010a1e
commit 8cc597f7b4

View File

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