[JAVA-131] Renaming the property works better

This commit is contained in:
dupirefr 2020-03-05 08:08:43 +01:00
parent f881a11e43
commit bc2c937183
1 changed files with 2 additions and 2 deletions

View File

@ -65,14 +65,14 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${hamcrest.version}</version>
<version>${hamcrest-core.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<spring-cloud-starter-feign.version>1.2.5.RELEASE</spring-cloud-starter-feign.version>
<hamcrest.version>1.3</hamcrest.version>
<hamcrest-core.version>1.3</hamcrest-core.version>
</properties>
</project>