This is an automated email from the ASF dual-hosted git repository.

ahmedabualsaud pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new c7d13c4d56d add aws and azure dependencies (#37602)
c7d13c4d56d is described below

commit c7d13c4d56d152f35ca2728f46e03e52608f6a2f
Author: Ahmed Abualsaud <[email protected]>
AuthorDate: Fri Feb 13 20:43:01 2026 -0500

    add aws and azure dependencies (#37602)
---
 sdks/java/io/iceberg/build.gradle | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sdks/java/io/iceberg/build.gradle 
b/sdks/java/io/iceberg/build.gradle
index 42a624a4c5f..c188e4f6385 100644
--- a/sdks/java/io/iceberg/build.gradle
+++ b/sdks/java/io/iceberg/build.gradle
@@ -63,6 +63,10 @@ dependencies {
     permitUnusedDeclared "org.immutables:value:2.8.8"
     implementation library.java.vendored_calcite_1_40_0
     runtimeOnly "org.apache.iceberg:iceberg-gcp:$iceberg_version"
+    runtimeOnly "org.apache.iceberg:iceberg-aws:$iceberg_version"
+    runtimeOnly "org.apache.iceberg:iceberg-aws-bundle:$iceberg_version"
+    runtimeOnly "org.apache.iceberg:iceberg-azure:$iceberg_version"
+    runtimeOnly "org.apache.iceberg:iceberg-azure-bundle:$iceberg_version"
     runtimeOnly library.java.bigdataoss_gcs_connector
     runtimeOnly library.java.hadoop_client
 

Reply via email to