Skip to content

Commit

Permalink
Removes unused module junit-toolbox (#5678)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
  • Loading branch information
froque and kiview committed Aug 9, 2022
1 parent e8d7375 commit 7c70a8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ dependencies {
testImplementation 'org.vibur:vibur-dbcp:25.0'
testImplementation 'org.apache.tomcat:tomcat-jdbc:10.0.23'
testImplementation 'com.zaxxer:HikariCP-java6:2.3.13'
testImplementation 'com.googlecode.junit-toolbox:junit-toolbox:2.4'
testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation ('org.mockito:mockito-core:4.6.1') {
exclude(module: 'hamcrest-core')
}
}

0 comments on commit 7c70a8a

Please sign in to comment.