Merge branch 'pr-1707'

This commit is contained in:
Andreas Dangel
2019-03-19 16:23:32 +01:00
5 changed files with 71 additions and 59 deletions

View File

@ -128,7 +128,6 @@
</dependency>
<!-- TEST DEPENDENCIES -->
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-lang-test</artifactId>
@ -149,6 +148,12 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>