rdblue commented on code in PR #4465: URL: https://github.com/apache/iceberg/pull/4465#discussion_r841277091
########## build.gradle: ########## @@ -606,6 +613,101 @@ project(':iceberg-dell') { } } +project(':iceberg-azure') { + apply plugin: "com.bmuschko.docker-remote-api" + apply plugin: "com.github.johnrengelman.shadow" + + dependencies { + api project(':iceberg-api') + implementation project(path: ':iceberg-bundled-guava', configuration: 'shadow') + implementation platform('com.azure:azure-sdk-bom') Review Comment: I would rather track dependency versions specifically rather than relying on some external BOM. BOMs are fine for end uses, but libraries should generally not delegate dependency versions to other projects. -- 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: dev-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org