Skip to content

Commit d55eb7b

Browse files
committed
remove hikari testImplementation for JDBCIO
Signed-off-by: Jeffrey Kinard <[email protected]>
1 parent bb28a32 commit d55eb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/java/io/jdbc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
testImplementation library.java.testcontainers_postgresql
5050
testImplementation 'mysql:mysql-connector-java:8.0.22'
5151
// TODO(https://github.com/apache/beam/issues/31678) HikariCP 5.x requires Java11+
52-
testImplementation 'com.zaxxer:HikariCP:4.0.3'
52+
implementation 'com.zaxxer:HikariCP:4.0.3'
5353

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

0 commit comments

Comments
 (0)