HHH-12788 Enable mockito-inline for the Agroal integration module
This commit is contained in:
parent
fb8e1c1d71
commit
6546858eb0
|
@ -17,4 +17,5 @@ dependencies {
|
||||||
|
|
||||||
testCompile project( ':hibernate-testing' )
|
testCompile project( ':hibernate-testing' )
|
||||||
testCompile( libraries.mockito )
|
testCompile( libraries.mockito )
|
||||||
|
testCompile( libraries.mockito_inline )
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue