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 19:35:52 UTC

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

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


##########
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:
   I would like to avoid pulling in additional dependencies to expansion service since it will boat the jar. Why was this needed ?



-- 
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