fix t-digest miss (#11516)

Co-authored-by: x-shadow-man <1494445739@qq.com>
This commit is contained in:
wxbty 2023-02-10 16:03:40 +08:00 committed by GitHub
parent 0eb0e01b39
commit 62e96dbcd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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>