sonam-vend commented on a change in pull request #13668:
URL: https://github.com/apache/beam/pull/13668#discussion_r553790360
##########
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:
@kennknowles , "org.checkerframework:checker-qual" has a universal
definition in
https://github.com/apache/beam/pull/13690/files#diff-0435a83a413ec063bf7e682cadcd56776cd18fc878f197cc99a65fc231ef2047
----------------------------------------------------------------
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]