HHH-12788 Enable mockito-inline for the Agroal integration module

This commit is contained in:
Sanne Grinovero 2018-07-10 15:51:55 +01:00 committed by Guillaume Smet
parent fb8e1c1d71
commit 6546858eb0
1 changed files with 2 additions and 1 deletions

View File

@ -17,4 +17,5 @@ dependencies {
testCompile project( ':hibernate-testing' )
testCompile( libraries.mockito )
testCompile( libraries.mockito_inline )
}