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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1c7c40bf8 [#1319] fix(server): Add shaded 
com.google.guava:failureaccess dependency to prevent NoClassDefFoundError 
(#1352)
1c7c40bf8 is described below

commit 1c7c40bf8963e8be9b400560f26a5d4b8a320fee
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.
---
 server/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/pom.xml b/server/pom.xml
index c4d7961d0..d3beb1f1d 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