1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Add hamcrest dependency

This commit is contained in:
Rob Winch
2021-07-09 11:17:46 -05:00
parent 793cd71a5e
commit f800d2c993
3 changed files with 3 additions and 0 deletions
@@ -10,6 +10,7 @@ dependencies {
testImplementation project(':spring-security-core')
testImplementation project(':spring-security-test')
testImplementation project(':spring-security-web')
testImplementation 'org.hamcrest:hamcrest'
testImplementation 'org.springframework:spring-beans'
testImplementation 'org.springframework:spring-test'
testImplementation 'org.springframework:spring-webmvc'