kennknowles commented on a change in pull request #13668:
URL: https://github.com/apache/beam/pull/13668#discussion_r554133852



##########
File path: runners/spark/build.gradle
##########
@@ -84,6 +84,12 @@ dependencies {
   compile library.java.slf4j_api
   compile library.java.joda_time
   compile library.java.args4j
+  compile project(path: ":model:fn-execution", configuration: "shadow")
+  compile project(path: ":model:job-management:", configuration: "shadow")
+  compile project(":sdks:java:fn-execution")
+  compile library.java.vendored_grpc_1_26_0
+  compile library.java.vendored_guava_26_0_jre
+  compile "org.checkerframework:checker-qual:2.0.0"

Review comment:
       I see. So it should not be needed here. Perhaps we should very soon 
merge just those changers to the universal definitions and then update the 
smaller PRs.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to