[JAVA-131] Renaming java-hamcrest version property to avoid conflict with other hamcrest libraries

This commit is contained in:
dupirefr 2020-03-01 10:48:45 +01:00
parent 4d5e21b991
commit 1cac276528
1 changed files with 2 additions and 2 deletions

View File

@ -18,13 +18,13 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>java-hamcrest</artifactId>
<version>${hamcrest.version}</version>
<version>${java-hamcrest.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<hamcrest.version>2.0.0.0</hamcrest.version>
<java-hamcrest.version>2.0.0.0</java-hamcrest.version>
</properties>
</project>