Add spring-security-test to spring-security-config test dependencies

This commit is contained in:
Rob Winch 2017-10-28 21:44:17 -05:00
parent e63c53e267
commit 77acb34bcd
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ dependencies {
testCompile project(':spring-security-aspects')
testCompile project(':spring-security-cas')
testCompile project(':spring-security-test')
testCompile project(path : ':spring-security-core', configuration : 'tests')
testCompile project(path : ':spring-security-web', configuration : 'tests')
testCompile apachedsDependencies