Remove hamcrest dependency, where it is not needed directly.

Use scope compile for hamcrest in pmd-lang-test
This commit is contained in:
Andreas Dangel
2020-05-22 11:36:49 +02:00
parent 5053b7beb4
commit 5f3ff0aed8
27 changed files with 20 additions and 109 deletions

View File

@ -45,11 +45,6 @@
<artifactId>pmd-core</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@ -60,7 +55,6 @@
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-test</artifactId>