HHH-12788 Enable mockito-inline for the Agroal integration module
This commit is contained in:
parent
479975dcb3
commit
335f6232d9
|
@ -16,5 +16,6 @@ dependencies {
|
|||
runtime( libraries.agroal_pool )
|
||||
|
||||
testCompile project( ':hibernate-testing' )
|
||||
testCompile(libraries.mockito)
|
||||
testCompile( libraries.mockito )
|
||||
testCompile( libraries.mockito_inline )
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue