[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 892ec576a2
commit cc79530c9c
17 changed files with 17 additions and 74 deletions
+1 -6
View File
@@ -177,14 +177,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>