mirror of https://github.com/apache/druid.git
updated dependency on sketches-core (#3443)
* updated dependency on sketches-core to 0.7.0 * Use sketches-core-0.4.1, which is the latest version still compatible with JDK7
This commit is contained in:
parent
6a1cd7fc66
commit
1a5042ca26
|
@ -38,7 +38,7 @@
|
|||
<dependency>
|
||||
<groupId>com.yahoo.datasketches</groupId>
|
||||
<artifactId>sketches-core</artifactId>
|
||||
<version>0.2.2</version>
|
||||
<version>0.4.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.druid</groupId>
|
||||
|
|
Loading…
Reference in New Issue