tilgalas commented on code in PR #30638:
URL: https://github.com/apache/beam/pull/30638#discussion_r1525409424


##########
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:
   oh, I think I missed that the `avroVersion` configuration is a test 
configuration, I thought that starting with a certain avro version we also 
start depending on that library, I'll move it to a testImplementation 
   
   I guess that would also explain why I got the unusedDeclaredArtifacts error 
in one of the checks



-- 
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]

Reply via email to