Skip to content

Commit 7c70a8a

Browse files
froquekiview
andauthored
Removes unused module junit-toolbox (#5678)
Co-authored-by: Kevin Wittek <[email protected]>
1 parent e8d7375 commit 7c70a8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/jdbc/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ dependencies {
99
testImplementation 'org.vibur:vibur-dbcp:25.0'
1010
testImplementation 'org.apache.tomcat:tomcat-jdbc:10.0.23'
1111
testImplementation 'com.zaxxer:HikariCP-java6:2.3.13'
12-
testImplementation 'com.googlecode.junit-toolbox:junit-toolbox:2.4'
1312
testImplementation 'org.assertj:assertj-core:3.23.1'
13+
testImplementation ('org.mockito:mockito-core:4.6.1') {
14+
exclude(module: 'hamcrest-core')
15+
}
1416
}

0 commit comments

Comments
 (0)