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:
Alexander Saydakov 2016-09-09 16:21:32 -07:00 committed by Fangjin Yang
parent 6a1cd7fc66
commit 1a5042ca26
1 changed files with 1 additions and 1 deletions

View File

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