regadas commented on code in PR #33332:
URL: https://github.com/apache/beam/pull/33332#discussion_r1897991185
##########
sdks/java/io/iceberg/build.gradle:
##########
@@ -45,6 +45,7 @@ dependencies {
implementation library.java.vendored_guava_32_1_2_jre
implementation project(path: ":sdks:java:core", configuration: "shadow")
implementation project(path: ":model:pipeline", configuration: "shadow")
+ implementation library.java.avro
Review Comment:
ahah! it seems that it's actually needed?
```
Execution failed for task ':sdks:java:io:iceberg:analyzeClassesDependencies'.
> Dependency analysis found issues.
usedUndeclaredArtifacts
- org.apache.avro:avro:1.11.3@jar
```
when I double checked locally I wasn't getting this...
--
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]