[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

@@ -206,15 +206,9 @@
<scope>test</scope>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.hamcrest</groupId> -->
<!-- <artifactId>hamcrest-core</artifactId> -->
<!-- <scope>test</scope> -->
<!-- </dependency> -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>