HHH-13759 Add AssertJ for testing Hibernate Core
This commit is contained in:
parent
46170d9ffe
commit
98101bfc52
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue