MaxNevermind commented on code in PR #7694:
URL: https://github.com/apache/iceberg/pull/7694#discussion_r1272973728
##########
build.gradle:
##########
@@ -298,12 +289,12 @@ project(':iceberg-api') {
dependencies {
implementation project(path: ':iceberg-bundled-guava', configuration:
'shadow')
- compileOnly "com.google.errorprone:error_prone_annotations"
- compileOnly "com.google.code.findbugs:jsr305"
- annotationProcessor "org.immutables:value"
- compileOnly "org.immutables:value"
- testImplementation "org.apache.avro:avro"
- testImplementation "com.esotericsoftware:kryo"
+ compileOnly libs.errorprone.annotations
+ compileOnly(libs.findbugs.jsr305)
Review Comment:
done
fixed here and in dozen of other places I could find
--
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]