sumeetgajjar commented on code in PR #4465:
URL: https://github.com/apache/iceberg/pull/4465#discussion_r842316023
##########
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:
If required, I can file another PR to eliminate the usage of bom in the GCP
module.
--
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]