diff --git a/paimon-shade-apache-httpcomponents-5/pom.xml b/paimon-shade-apache-httpcomponents-5/pom.xml
new file mode 100644
index 0000000..3156c50
--- /dev/null
+++ b/paimon-shade-apache-httpcomponents-5/pom.xml
@@ -0,0 +1,120 @@
+
+
+
+
+ 4.0.0
+
+
+ org.apache.paimon
+ paimon-shade
+ 0.8-SNAPSHOT
+
+
+ paimon-shade-apache-httpcomponents-5
+ paimon-shade-apache-httpcomponents-5
+ ${httpcomponents-5.version}-0.8-SNAPSHOT
+
+ jar
+
+
+ 5.2.1
+
+
+
+
+
+ org.apache.httpcomponents.core5
+ httpcore5
+ ${httpcomponents-5.version}
+
+
+ org.apache.httpcomponents.core5
+ httpcore5-h2
+ ${httpcomponents-5.version}
+
+
+
+
+
+
+ org.apache.httpcomponents.client5
+ httpclient5
+ ${httpcomponents-5.version}
+
+
+ org.apache.httpcomponents.core5
+ httpcore5-h2
+
+
+
+
+ org.apache.httpcomponents.core5
+ httpcore5
+ ${httpcomponents-5.version}
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+
+
+ shade-paimon
+ package
+
+ shade
+
+
+ true
+ ${project.basedir}/target/dependency-reduced-pom.xml
+
+
+ org.apache.httpcomponents.client5:*
+ org.apache.httpcomponents.core5:*
+
+
+
+
+ org.apache.hc.client5
+ ${shading.prefix}.org.apache.hc.client5
+
+
+ org.apache.hc.core5
+ ${shading.prefix}.org.apache.hc.core5
+
+
+
+
+
+
+
+
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+
+
+
+
+
diff --git a/paimon-shade-apache-httpcomponents-5/src/main/resources/META-INF/NOTICE b/paimon-shade-apache-httpcomponents-5/src/main/resources/META-INF/NOTICE
new file mode 100644
index 0000000..d56088f
--- /dev/null
+++ b/paimon-shade-apache-httpcomponents-5/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,10 @@
+paimon-shade-apache-httpcomponents-5
+Copyright 2023-2024 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+- org.apache.httpcomponents.client5:httpclient5:5.2.1
+- org.apache.httpcomponents.core5:httpcore5:5.2.1
diff --git a/pom.xml b/pom.xml
index c999039..daa60d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,7 @@ under the License.
paimon-shade-caffeine-3
paimon-shade-jackson-parent
paimon-shade-netty-4
+ paimon-shade-apache-httpcomponents-5