Merge branch 'master' into pmd/7.0.x

This commit is contained in:
Andreas Dangel
2020-07-17 16:12:06 +02:00
79 changed files with 5252 additions and 527 deletions

View File

@@ -230,13 +230,13 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>