sumeetgajjar commented on code in PR #4465:
URL: https://github.com/apache/iceberg/pull/4465#discussion_r842315263


##########
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:
   Ack. 
   Will switch to direct dependencies.
   
   Note: Currently GCP also relies on bom. We should also make a change in the 
GCP module to avoid using bom.
   
   
https://github.com/apache/iceberg/blob/7c2ea0128133f630041ecb77de1fae754073e904/build.gradle#L375



-- 
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]

Reply via email to