From 080f9c45d42cd8caac7a3962d9e2af8ee0eb6a57 Mon Sep 17 00:00:00 2001 From: Calvin Kirs Date: Mon, 2 Dec 2024 17:56:12 +0800 Subject: [PATCH 1/3] [Chore](dependencies)Upgrade Fe dependencies upgrade guava to 32.2.1-jre upgrade zookeeper to 3.9.3 upgrade azure to 1.2.29 exclusion ini4j and lucene --- fe/fe-core/pom.xml | 19 +++++++++++++++++++ fe/pom.xml | 34 ++++++++++++++++++++++++++-------- 2 files changed, 45 insertions(+), 8 deletions(-) diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml index 70678c4262de33..1b40974d7e8b19 100644 --- a/fe/fe-core/pom.xml +++ b/fe/fe-core/pom.xml @@ -347,6 +347,7 @@ under the License. com.alibaba.otter canal.client 1.1.6 + provided ch.qos.logback @@ -410,6 +411,7 @@ under the License. com.huaweicloud hadoop-huaweicloud ${huaweiobs.version} + ${obs.dependency.scope} jackson-databind @@ -421,6 +423,7 @@ under the License. com.qcloud.cos hadoop-cos ${tencentcos.version} + ${cos.dependency.scope} org.json @@ -758,6 +761,20 @@ under the License. com.qcloud cos_api 5.6.211 + + + ch.qos.logback + logback-core + + + com.thoughtworks.xstream + xstream + + + org.bouncycastle + bcprov-jdk15on + + com.qcloud @@ -768,6 +785,7 @@ under the License. com.huaweicloud esdk-obs-java-bundle [3.21.11,) + ${obs.dependency.scope} com.baidubce @@ -791,6 +809,7 @@ under the License. gcs-connector hadoop3-2.2.21 shaded + ${gcs.dependency.scope} * diff --git a/fe/pom.xml b/fe/pom.xml index d78cfd50b819b4..651a155ff59b68 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -222,13 +222,20 @@ under the License. be-java-extensions + 2.1.1 + 1.11.4 + 1.13.1 + 3.4.3 + 0.14.1 + compile + compile + compile ${fe.dir}/../thirdparty ${fe.dir}/../ 1.2-SNAPSHOT UTF-8 - 2.1.1 1.8 1.8 @@ -248,7 +255,7 @@ under the License. 1.10.0 1.7 2.10.1 - 32.1.2-jre + 33.2.1-jre 2.16.0 0.11-a-czt02-cdh 3.18.2-GA @@ -301,7 +308,6 @@ under the License. 1.2.0 2.3.0 0.8.13 - 3.4.3 hudi-spark3.4.x 3.1.3 2.3.9 @@ -314,16 +320,14 @@ under the License. you can find avro version info in iceberg mvn repository --> 1.4.3 0.49.0-public - 1.11.4 17.0.0 - 0.14.1 2.7.4-11 3.0.0-8 2.6.2 - 1.13.1 + 3.2.2 1.27.1 2.12.10 @@ -346,7 +350,7 @@ under the License. 2.7.18 5.3.39 1.8.4 - 3.9.2 + 3.9.3 2.4 2.4.0 1.70 @@ -372,7 +376,7 @@ under the License. 2.1.1 9.4 202 - 1.2.27 + 1.2.29 12.22.0 5.3.0 3.15.0 @@ -1319,6 +1323,10 @@ under the License. org.apache.arrow arrow-vector + + org.ini4j + ini4j + @@ -1634,6 +1642,11 @@ under the License. re2j io.trino + + + org.apache.lucene + lucene-analyzers-common + @@ -1651,6 +1664,11 @@ under the License. concurrent ${airlift.version} + + org.bouncycastle + bcprov-jdk15on + test + com.azure azure-sdk-bom From 9b64564f366a979d5bf77fd1d128ac6c00ef0ec8 Mon Sep 17 00:00:00 2001 From: Calvin Kirs Date: Mon, 9 Dec 2024 11:55:58 +0800 Subject: [PATCH 2/3] Update pom.xml --- fe/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/pom.xml b/fe/pom.xml index 469844d191cabb..70c643c35b544d 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -374,7 +374,7 @@ under the License. 435 2.1.1 9.4 - 202 + 202 1.2.29 12.22.0 5.3.0 From fec45d14f280370efd24edd38193635422f4bb68 Mon Sep 17 00:00:00 2001 From: Calvin Kirs Date: Mon, 9 Dec 2024 14:05:54 +0800 Subject: [PATCH 3/3] Update pom.xml --- fe/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fe/pom.xml b/fe/pom.xml index 70c643c35b544d..c0f78b4423d0ba 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -1641,11 +1641,6 @@ under the License. re2j io.trino - - - org.apache.lucene - lucene-analyzers-common -