Skip to content

Commit 335f623

Browse files
Sannegsmet
authored andcommitted
HHH-12788 Enable mockito-inline for the Agroal integration module
1 parent 479975d commit 335f623

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hibernate-agroal/hibernate-agroal.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ dependencies {
1616
runtime( libraries.agroal_pool )
1717

1818
testCompile project( ':hibernate-testing' )
19-
testCompile(libraries.mockito)
19+
testCompile( libraries.mockito )
20+
testCompile( libraries.mockito_inline )
2021
}

0 commit comments

Comments
 (0)