[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 cc79530c9c
commit 083d802879
1 changed files with 1 additions and 0 deletions

View File

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