diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml
index 2a0cc1d8224e1c..ef7b93414efe37 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -372,6 +372,12 @@ under the License.
org.springframework.boot
spring-boot-starter-jetty
+
+
+ jakarta.servlet
+ jakarta.servlet-api
+ ${jakarta.servlet-api.version}
+
commons-fileupload
@@ -420,6 +426,10 @@ under the License.
com.huaweicloud.sdk
huaweicloud-sdk-iam
+
+ org.bouncycastle
+ bcprov-jdk15on
+
com.squareup.okhttp3
okhttp
@@ -430,6 +440,12 @@ under the License.
+
+
+ org.bouncycastle
+ bcprov-jdk18on
+
com.ibm.icu
diff --git a/fe/hive-udf/pom.xml b/fe/hive-udf/pom.xml
index a30a2a5ac6fed1..83bb1f7c42f1f2 100644
--- a/fe/hive-udf/pom.xml
+++ b/fe/hive-udf/pom.xml
@@ -119,7 +119,6 @@ under the License.
org.apache.maven.plugins
maven-shade-plugin
- 3.6.0
true
diff --git a/fe/pom.xml b/fe/pom.xml
index 0ed9e5bdba0e77..1a4d955d6704ec 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -205,6 +205,11 @@ under the License.
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+ ${maven-shade-plugin.version}
+
@@ -267,9 +272,16 @@ under the License.
1.9.0
2.10.1
33.2.1-jre
- 2.16.0
+
+ 2.21.5
3.18.2-GA
3.1.0
+
+ 6.1.0
18.3.14-doris-SNAPSHOT
1.49
2.18.0
@@ -287,6 +299,9 @@ under the License.
2.4.0
4.2.15.Final
+
+ 1.62.0
3.10.6.Final
2.1
@@ -355,6 +370,11 @@ under the License.
2.1
4.5.13
4.4.15
+
+ 5.6.3
+ 5.4.3
1.12.669
3.0.9
42.7.13
@@ -368,18 +388,32 @@ under the License.
4.13.1
2.8.1
github
- 3.5.14
- 6.2.18
+
+ 3.5.16
+
+ 6.2.19
1.8.4
3.9.3
2.4
2.8.0
- 1.70
+
+ 1.84
6.5.1
2.0.3
1.5.4
- 12.0.29
+
+ 12.0.38
11.0.26
+
+ 1.8.1
+ 1.11.1
2.9.3
2.5.2
78.1
@@ -394,6 +428,10 @@ under the License.
shade-format-flatbuffers
1.12.0
0.8.10
+
+ 3.6.2
+
435
10.0.1
2.1.1
@@ -461,6 +499,14 @@ under the License.
pom
import
+
+
+ io.opentelemetry
+ opentelemetry-bom
+ ${opentelemetry.version}
+ pom
+ import
+
com.fasterxml.jackson
jackson-bom
@@ -468,6 +514,33 @@ under the License.
import
pom
+
+
+ org.apache.httpcomponents.client5
+ httpclient5
+ ${httpclient5.version}
+
+
+ org.apache.httpcomponents.core5
+ httpcore5
+ ${httpcore5.version}
+
+
+ org.apache.httpcomponents.core5
+ httpcore5-h2
+ ${httpcore5.version}
+
+
+
+ org.lz4
+ lz4-java
+ ${lz4-java-relocation.version}
+
+
+ at.yawk.lz4
+ lz4-java
+ ${lz4-java.version}
+
org.apache.ivy
ivy
@@ -508,6 +581,15 @@ under the License.
import
pom
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-bom
+ ${jetty.version}
+ import
+ pom
+
org.eclipse.jetty.http2
http2-client
@@ -613,11 +695,11 @@ under the License.
woodstox-core
${woodstox.version}
-
+
org.bouncycastle
- bcprov-jdk15on
- ${bcprov-jdk15on.version}
+ bcprov-jdk18on
+ ${bcprov-jdk18on.version}
org.springframework.boot
@@ -1813,6 +1895,12 @@ under the License.
com.squareup.okio
okio
+
+
+ org.eclipse.jetty.toolchain
+ jetty-jakarta-servlet-api
+