robertwb commented on code in PR #29171:
URL: https://github.com/apache/beam/pull/29171#discussion_r1376939121
##########
sdks/java/expansion-service/build.gradle:
##########
@@ -48,6 +48,11 @@ dependencies {
implementation library.java.vendored_grpc_1_54_0
implementation library.java.vendored_guava_32_1_2_jre
implementation library.java.slf4j_api
+ // Stage default drivers for JdbcIO schema transforms
Review Comment:
This is the base class that everyone using an expansion service depends on
(even if they have nothing to do with jdbc or even IOs at all). Let's add the
dependency to the specific sdks:java:extensions:schemaio-expansion-service.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]