HHH-12788 Enable mockito-inline for the Agroal integration module
This commit is contained in:
parent
479975dcb3
commit
335f6232d9
|
@ -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