damccorm commented on code in PR #34782: URL: https://github.com/apache/beam/pull/34782#discussion_r2095687681
########## sdks/java/extensions/schemaio-expansion-service/build.gradle: ########## @@ -58,6 +58,7 @@ dependencies { permitUnusedDeclared 'com.google.cloud:alloydb-jdbc-connector:1.2.0' testImplementation library.java.junit testImplementation library.java.mockito_core + runtimeOnly ("org.xerial:sqlite-jdbc:3.49.1.0") Review Comment: Should this be a `testImplementation`? Why do we need this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org