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

albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new 62e96dbcd0 fix t-digest miss (#11516)
62e96dbcd0 is described below

commit 62e96dbcd00d45a0ac7c2bb2f3c62f56560f005f
Author: wxbty <[email protected]>
AuthorDate: Fri Feb 10 16:03:40 2023 +0800

    fix t-digest miss (#11516)
    
    Co-authored-by: x-shadow-man <[email protected]>
---
 dubbo-distribution/dubbo-all/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dubbo-distribution/dubbo-all/pom.xml 
b/dubbo-distribution/dubbo-all/pom.xml
index 05430c24a8..d589d75951 100644
--- a/dubbo-distribution/dubbo-all/pom.xml
+++ b/dubbo-distribution/dubbo-all/pom.xml
@@ -438,6 +438,10 @@
             <groupId>com.alibaba.fastjson2</groupId>
             <artifactId>fastjson2</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.tdunning</groupId>
+            <artifactId>t-digest</artifactId>
+        </dependency>
 
         <!-- Temporarily add this part to exclude transitive dependency -->
         <dependency>

Reply via email to