Skip to content

Commit

Permalink
HHH-13759 Add AssertJ for testing Hibernate Core
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Dec 3, 2019
1 parent 46170d9 commit 98101bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hibernate-core/hibernate-core.gradle
Expand Up @@ -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
Expand Down

0 comments on commit 98101bf

Please sign in to comment.