mosche commented on code in PR #24992:
URL: https://github.com/apache/beam/pull/24992#discussion_r1090480964
##########
runners/core-construction-java/build.gradle:
##########
@@ -73,5 +74,6 @@ dependencies {
testImplementation library.java.jackson_dataformat_yaml
testImplementation project(path: ":model:fn-execution", configuration:
"shadow")
testImplementation project(path: ":sdks:java:core", configuration:
"testRuntimeMigration")
+ testImplementation project(path: ":sdks:java:extensions:avro",
configuration: "testRuntimeMigration")
Review Comment:
implementation should be enough
--
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]