[JAVA-131] Giving version to hamcrest library in spring-security-modules

This commit is contained in:
dupirefr
2020-03-03 07:41:32 +01:00
parent 7493cd2fc2
commit ad96402695

View File

@@ -43,6 +43,7 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>