mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-12788 Enable mockito-inline for the Agroal integration module
This commit is contained in:
parent
fb8e1c1d71
commit
6546858eb0
@ -16,5 +16,6 @@ dependencies {
|
||||
runtime( libraries.agroal_pool )
|
||||
|
||||
testCompile project( ':hibernate-testing' )
|
||||
testCompile(libraries.mockito)
|
||||
testCompile( libraries.mockito )
|
||||
testCompile( libraries.mockito_inline )
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user