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

xianjingfeng pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git

commit 0e0bdf1f9d4fc063806ba76ffd85e4345d42c403
Author: RickyMa <[email protected]>
AuthorDate: Wed Dec 6 21:12:07 2023 +0800

    [#1319] fix(server): Add shaded com.google.guava:failureaccess dependency 
to prevent NoClassDefFoundError (#1352)
    
    ### What changes were proposed in this pull request?
    
    Add shaded com.google.guava:failureaccess dependency in server pom.xml to 
prevent NoClassDefFoundError
    
    ### Why are the changes needed?
    
    For [#1319](https://github.com/apache/incubator-uniffle/issues/1319)
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    By running server successfully.
    
    (cherry picked from commit 1c7c40bf8963e8be9b400560f26a5d4b8a320fee)
---
 server/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/pom.xml b/server/pom.xml
index e5d2fa484..3be108c91 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -159,6 +159,7 @@
                 <includes>
                   <include>com.google.protobuf:protobuf-java-util</include>
                   <include>com.google.guava:guava</include>
+                  <include>com.google.guava:failureaccess</include>
                   
<include>com.fasterxml.jackson.core:jackson-databind</include>
                   <include>com.fasterxml.jackson.core:jackson-core</include>
                 </includes>

Reply via email to