diff --git a/build.gradle b/build.gradle index b21c908de8b0..a096dc44b15f 100644 --- a/build.gradle +++ b/build.gradle @@ -161,6 +161,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}")