Add AssertJ dependency for tests usage

Add AssertJ as a test scope dependency for all sub-projects.

Closes gh-22561
This commit is contained in:
Phillip Webb 2019-01-07 21:10:08 -08:00 committed by Juergen Hoeller
parent ecbad874bf
commit 5044ee8fe6
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ configure(allprojects) { project ->
}
testCompile("io.mockk:mockk:1.9.1")
testCompile("org.hamcrest:hamcrest-all:1.3")
testCompile("org.assertj:assertj-core:3.11.0")
testRuntime("org.apache.logging.log4j:log4j-core:${log4jVersion}")
testRuntime("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}")
testRuntime("org.apache.logging.log4j:log4j-jul:${log4jVersion}")