This is an automated email from the ASF dual-hosted git repository.
yuzhaojing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new c36b24a732 Relocate apache http package (#6874)
c36b24a732 is described below
commit c36b24a7323cfc0e514f4729cb5634b53294aab0
Author: Nicolas Paris <[email protected]>
AuthorDate: Mon Oct 10 03:37:48 2022 +0200
Relocate apache http package (#6874)
---
packaging/hudi-spark-bundle/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/packaging/hudi-spark-bundle/pom.xml
b/packaging/hudi-spark-bundle/pom.xml
index 7c23ebf707..7f50eac819 100644
--- a/packaging/hudi-spark-bundle/pom.xml
+++ b/packaging/hudi-spark-bundle/pom.xml
@@ -150,6 +150,10 @@
<pattern>javax.servlet.</pattern>
<shadedPattern>org.apache.hudi.javax.servlet.</shadedPattern>
</relocation>
+ <relocation>
+ <pattern>org.apache.http.</pattern>
+
<shadedPattern>org.apache.hudi.org.apache.http.</shadedPattern>
+ </relocation>
<relocation>
<pattern>com.yammer.metrics.</pattern>
<shadedPattern>org.apache.hudi.com.yammer.metrics.</shadedPattern>