Skip to content

Commit

Permalink
Add AssertJ dependency for tests usage
Browse files Browse the repository at this point in the history
Add AssertJ as a test scope dependency for all sub-projects.

Closes spring-projectsgh-22561
  • Loading branch information
philwebb committed Mar 14, 2019
1 parent 4e7cacf commit 3481b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 3481b7a

Please sign in to comment.