nastra commented on code in PR #10447: URL: https://github.com/apache/iceberg/pull/10447#discussion_r1627619028
########## mr/build.gradle: ########## @@ -68,8 +67,7 @@ project(':iceberg-mr') { testImplementation libs.avro.avro testImplementation libs.calcite.core testImplementation libs.kryo.shaded - testImplementation platform(libs.jackson.bom) - testImplementation "com.fasterxml.jackson.core:jackson-annotations" + testImplementation enforcedPlatform(libs.jackson212.bom) Review Comment: according to https://github.com/apache/hive/pull/4562 the Jackson version was switched to 2.9.4 -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org