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

@ -50,11 +50,11 @@
<artifactId>pmd-java</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>