update bytebuffer collections dep to fix issue with empty spatial concise sets

This commit is contained in:
fjy 2014-10-13 11:10:17 -07:00
parent d0fbd5f729
commit 282e40e07c
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
<dependency>
<groupId>com.metamx</groupId>
<artifactId>bytebuffer-collections</artifactId>
<version>0.0.2</version>
<version>0.0.4</version>
</dependency>
<dependency>
<groupId>com.metamx</groupId>
@ -194,7 +194,7 @@
<dependency>
<groupId>it.uniroma3.mat</groupId>
<artifactId>extendedset</artifactId>
<version>1.3.4</version>
<version>1.3.7</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>