[JAVA-131] Reverted hamcrest to hamcrest-core because version used is 1.3 in Greetings module

This commit is contained in:
dupirefr 2020-03-05 07:57:56 +01:00
parent 083d802879
commit f881a11e43
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<artifactId>hamcrest-core</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
@ -75,4 +75,4 @@
<hamcrest.version>1.3</hamcrest.version>
</properties>
</project>
</project>