kennknowles commented on code in PR #29924:
URL: https://github.com/apache/beam/pull/29924#discussion_r1488788665
##########
runners/direct-java/build.gradle:
##########
@@ -22,11 +22,11 @@ plugins { id 'org.apache.beam.module' }
// Shade away runner execution utilities till because this causes
ServiceLoader conflicts with
// TransformPayloadTranslatorRegistrar amongst other runners. This only
happens in the DirectRunner
// because it is likely to appear on the classpath of another runner.
-def dependOnProjects = [":runners:core-construction-java",
+def dependOnProjects = [
":runners:core-java",
":runners:local-java",
":runners:java-fn-execution",
- ":sdks:java:extensions:avro"
Review Comment:
It is not!
--
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]