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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]