Skip to content

Commit

Permalink
remove hikari testImplementation for JDBCIO
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Kinard <[email protected]>
  • Loading branch information
Polber committed Dec 26, 2024
1 parent bb28a32 commit f615d16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdks/java/io/jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ dependencies {
testImplementation library.java.testcontainers_mysql
testImplementation library.java.testcontainers_postgresql
testImplementation 'mysql:mysql-connector-java:8.0.22'
// TODO(https://github.com/apache/beam/issues/31678) HikariCP 5.x requires Java11+
testImplementation 'com.zaxxer:HikariCP:4.0.3'

testRuntimeOnly library.java.slf4j_jdk14
testRuntimeOnly project(path: ":runners:direct-java", configuration: "shadow")
Expand Down

0 comments on commit f615d16

Please sign in to comment.