fix t-digest miss (#11516)
Co-authored-by: x-shadow-man <1494445739@qq.com>
This commit is contained in:
parent
0eb0e01b39
commit
62e96dbcd0
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue