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:
parent
ecbad874bf
commit
5044ee8fe6
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue