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

@ -86,11 +86,7 @@
<groupId>net.sourceforge.saxon</groupId>
<artifactId>saxon</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>