[JAVA-131] Renaming the property works better

This commit is contained in:
dupirefr
2020-03-05 08:08:43 +01:00
parent 8a90cce582
commit 09533b23ac

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>