HHH-13759 Add AssertJ for testing Hibernate Core

This commit is contained in:
Davide D'Alto 2019-11-29 16:18:37 +00:00
parent 46170d9ffe
commit 98101bfc52
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ dependencies {
testCompile( libraries.mockito )
testCompile( libraries.mockito_inline )
testCompile( libraries.jodaTime )
testCompile( libraries.assertj )
testCompile( libraries.cdi ) {
// we need to force it to make sure we influence the one coming from arquillian