ibzib commented on a change in pull request #13662:
URL: https://github.com/apache/beam/pull/13662#discussion_r561222506
##########
File path: runners/java-job-service/build.gradle
##########
@@ -26,17 +27,20 @@ dependencies {
compile library.java.vendored_guava_26_0_jre
compile project(":runners:core-construction-java")
compile project(path: ":model:pipeline", configuration: "shadow")
- compile project(path: ":model:fn-execution", configuration: "shadow")
+ compile project(path: ":sdks:java:core", configuration: "shadow")
+ compile project(path: ":model:job-management", configuration: "shadow")
compile project(":sdks:java:expansion-service")
compile project(":sdks:java:fn-execution")
compile project(":runners:core-construction-java")
compile project(":runners:java-fn-execution")
+ compile library.java.jackson_core
+ compile library.java.jackson_databind
+ compile library.java.joda_time
+ compile "org.apache.commons:commons-compress:1.20"
Review comment:
```suggestion
compile library.commons_compress
```
----------------------------------------------------------------
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]