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

ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 3b6dc5bcf [CELEBORN-1616] Shade com.google.thirdparty to prevent 
dependency conflicts
3b6dc5bcf is described below

commit 3b6dc5bcf14e5fee9501c44814121647326df6ae
Author: Aravind Patnam <[email protected]>
AuthorDate: Fri Sep 27 17:50:23 2024 +0800

    [CELEBORN-1616] Shade com.google.thirdparty to prevent dependency conflicts
    
    ### What changes were proposed in this pull request?
    shade `com.google.thirdparty`
    
    ### Why are the changes needed?
    prevent dependency conflicts
    
    ### Does this PR introduce _any_ user-facing change?
    no
    
    ### How was this patch tested?
    will let CI run
    
    Closes #2765 from akpatnam25/CELEBORN-1616.
    
    Authored-by: Aravind Patnam <[email protected]>
    Signed-off-by: mingji <[email protected]>
---
 client-spark/spark-3-shaded/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/client-spark/spark-3-shaded/pom.xml 
b/client-spark/spark-3-shaded/pom.xml
index e265a7bc9..d3d59cb87 100644
--- a/client-spark/spark-3-shaded/pom.xml
+++ b/client-spark/spark-3-shaded/pom.xml
@@ -51,6 +51,10 @@
               <pattern>com.google.common</pattern>
               
<shadedPattern>${shading.prefix}.com.google.common</shadedPattern>
             </relocation>
+            <relocation>
+              <pattern>com.google.thirdparty</pattern>
+              
<shadedPattern>${shading.prefix}.com.google.thirdparty</shadedPattern>
+            </relocation>
             <relocation>
               <pattern>io.netty</pattern>
               <shadedPattern>${shading.prefix}.io.netty</shadedPattern>

Reply via email to