Abacn commented on code in PR #30638:
URL: https://github.com/apache/beam/pull/30638#discussion_r1525626255
##########
sdks/java/extensions/avro/build.gradle:
##########
@@ -65,6 +65,7 @@ dependencies {
}
implementation library.java.error_prone_annotations
implementation library.java.avro
+ implementation "org.tukaani:xz:1.9" // marked as optional in avro
Review Comment:
This is for avro compatibility test suite, each test target uses a
"avroVersion$k" configuration to manage its own dependencies
--
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]