ibzib commented on a change in pull request #13668:
URL: https://github.com/apache/beam/pull/13668#discussion_r554255375
##########
File path: runners/spark/job-server/build.gradle
##########
@@ -49,14 +49,12 @@ configurations.all {
}
dependencies {
- compile project(sparkRunnerProject)
compile project(path: sparkRunnerProject, configuration: "provided")
validatesPortableRunner project(path: sparkRunnerProject, configuration:
"testRuntime")
validatesPortableRunner project(path: sparkRunnerProject, configuration:
"provided")
validatesPortableRunner project(path: ":sdks:java:core", configuration:
"shadowTest")
validatesPortableRunner project(path: ":runners:core-java", configuration:
"testRuntime")
validatesPortableRunner project(path: ":runners:portability:java",
configuration: "testRuntime")
- compile project(":sdks:java:extensions:google-cloud-platform-core")
Review comment:
I believe we need this as a runtime-only dependency for the expansion
service.
----------------------------------------------------------------
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]