You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/14 20:26:31 UTC

[GitHub] [beam] youngoli commented on a diff in pull request #21852: [#21761] Add GCP Project as pipeline opt read by expansion service

youngoli commented on code in PR #21852:
URL: https://github.com/apache/beam/pull/21852#discussion_r897289343


##########
sdks/java/expansion-service/build.gradle:
##########
@@ -40,6 +40,7 @@ dependencies {
   implementation project(path: ":sdks:java:core", configuration: "shadow")
   implementation project(path: ":runners:core-construction-java")
   implementation project(path: ":runners:java-fn-execution")
+  implementation project(path: ":sdks:java:extensions:google-cloud-platform-core")

Review Comment:
   The class `GcpOptions` is in that module. If this is unnecessary please let me know, but I thought adding this as a dependency was necessary to import GcpOptions.



-- 
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-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org