sonam-vend commented on a change in pull request #13668:
URL: https://github.com/apache/beam/pull/13668#discussion_r557774011



##########
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:
       > #13690 is merged, can you update this now?
   
   removed from spark build.gradle as it is reference there in Universal deps.




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