ahmedabu98 commented on code in PR #31486:
URL: https://github.com/apache/beam/pull/31486#discussion_r1671314917
##########
sdks/java/managed/build.gradle:
##########
@@ -28,6 +28,9 @@ ext.summary = """Library that provides managed IOs."""
dependencies {
implementation project(path: ":sdks:java:core", configuration: "shadow")
+ implementation project(":runners:google-cloud-dataflow-java")
+ implementation project(":sdks:java:io:google-cloud-platform")
+ implementation project(":sdks:java:extensions:google-cloud-platform-core")
Review Comment:
I needed these to access
`DataflowPipelineOptions::getDataflowServiceOptions()`, but I'd like to avoid
this if possible
--
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]