lukecwik commented on code in PR #24264:
URL: https://github.com/apache/beam/pull/24264#discussion_r1034025378
##########
sdks/java/harness/build.gradle:
##########
@@ -18,35 +18,51 @@
plugins { id 'org.apache.beam.module' }
-// We specifically enumerate all the projects that we depend on since
-// the list is used in both defining the included set for the uber jar
-// and also the set of project level dependencies.
-def dependOnShadedProjects = [":model:pipeline", ":model:fn-execution",
":sdks:java:core"]
-def dependOnProjects = [":sdks:java:fn-execution",
- ":runners:core-java",
":runners:core-construction-java"]
+configurations {
+ provided
Review Comment:
That was the primary goal. We can leave as is.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]