From b796837ffa7de8bb385dbe7aab0bc856331d9d48 Mon Sep 17 00:00:00 2001 From: "Mingyu Chen (Rayner)" Date: Fri, 17 Jan 2025 10:05:04 +0800 Subject: [PATCH] [opt](mvn) remove iceberg-aws-bundle and upgrade aws sdk to 2.29.26 (#47117) ### What problem does this PR solve? 1. No need to depend on iceberg-aws-bundle, because we've already declare the depends we need separately. 2. upgrade aws sdk to 2.29.26 to prepare for s3 tables --- fe/fe-core/pom.xml | 10 ++-------- fe/pom.xml | 6 +----- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml index 1b40974d7e8b19..1efe4c23026eef 100644 --- a/fe/fe-core/pom.xml +++ b/fe/fe-core/pom.xml @@ -32,7 +32,6 @@ under the License. ${basedir}/../../ ${basedir}/../../thirdparty 1 - 2.20.131 3.1.1-hw-46 8.2.7 @@ -496,10 +495,10 @@ under the License. s3 ${awssdk.version} - + @@ -654,11 +653,6 @@ under the License. org.apache.iceberg iceberg-aws - - org.apache.iceberg - iceberg-aws-bundle - runtime - org.apache.paimon paimon-core diff --git a/fe/pom.xml b/fe/pom.xml index c0f78b4423d0ba..f0b1c03ffe7caa 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -379,6 +379,7 @@ under the License. 12.22.0 5.3.0 3.15.0 + 2.29.26 @@ -1308,11 +1309,6 @@ under the License. iceberg-aws ${iceberg.version} - - org.apache.iceberg - iceberg-aws-bundle - ${iceberg.version} - com.aliyun.odps odps-sdk-core