mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +00:00
Add fest-assert as default test dependency
This commit is contained in:
parent
ea6b444770
commit
f61fab3509
@ -80,7 +80,8 @@ dependencies {
|
|||||||
|
|
||||||
testCompile 'junit:junit:4.7',
|
testCompile 'junit:junit:4.7',
|
||||||
'org.mockito:mockito-core:1.8.5',
|
'org.mockito:mockito-core:1.8.5',
|
||||||
"org.springframework:spring-test:$springVersion"
|
"org.springframework:spring-test:$springVersion",
|
||||||
|
'org.easytesting:fest-assert:1.4'
|
||||||
|
|
||||||
// Use slf4j/logback for logging
|
// Use slf4j/logback for logging
|
||||||
testRuntime "org.slf4j:jcl-over-slf4j:$slf4jVersion",
|
testRuntime "org.slf4j:jcl-over-slf4j:$slf4jVersion",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user