This is an automated email from the ASF dual-hosted git repository.

diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new 544c632  [fix](spark-load) shade jackson to avoid conflict (#245)
544c632 is described below

commit 544c6326e2230b446553f88834949495a1a642ce
Author: gnehil <adamlee...@gmail.com>
AuthorDate: Fri Dec 27 16:33:42 2024 +0800

    [fix](spark-load) shade jackson to avoid conflict (#245)
---
 spark-load/spark-load-dpp/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/spark-load/spark-load-dpp/pom.xml 
b/spark-load/spark-load-dpp/pom.xml
index 81254e0..5c99e96 100644
--- a/spark-load/spark-load-dpp/pom.xml
+++ b/spark-load/spark-load-dpp/pom.xml
@@ -292,6 +292,8 @@ under the License.
                             
<shadedPattern>org.apache.doris.shaded.org.roaringbitmap</shadedPattern>
                             <pattern>com.google.guava</pattern>
                             
<shadedPattern>org.apache.doris.shaded.com.google.guava</shadedPattern>
+                            <pattern>com.fasterxml.jackson</pattern>
+                            
<shadedPattern>org.apache.doris.shaded.com.fasterxml.jackson</shadedPattern>
                         </relocation>
                     </relocations>
                 </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to