We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d7375 commit 7c70a8aCopy full SHA for 7c70a8a
modules/jdbc/build.gradle
@@ -9,6 +9,8 @@ dependencies {
9
testImplementation 'org.vibur:vibur-dbcp:25.0'
10
testImplementation 'org.apache.tomcat:tomcat-jdbc:10.0.23'
11
testImplementation 'com.zaxxer:HikariCP-java6:2.3.13'
12
- testImplementation 'com.googlecode.junit-toolbox:junit-toolbox:2.4'
13
testImplementation 'org.assertj:assertj-core:3.23.1'
+ testImplementation ('org.mockito:mockito-core:4.6.1') {
14
+ exclude(module: 'hamcrest-core')
15
+ }
16
}
0 commit comments