[JAVA-131] Unifying hamcrest-core and hamcrest-libraries dependencies under hamcrest

This commit is contained in:
dupirefr
2020-03-03 07:06:06 +01:00
parent 547791188d
commit 7493cd2fc2
17 changed files with 17 additions and 74 deletions

View File

@@ -44,7 +44,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>