kennknowles commented on a change in pull request #13668:
URL: https://github.com/apache/beam/pull/13668#discussion_r553586909
##########
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:
This dependency was suggested to be added in BeamModulePlugin. Or at
least it should have a shared definition there. It is a universal Java
dependency.
----------------------------------------------------------------
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]