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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]