Update MapDB to version 1.0.7

The update fixes a bunch of HTree issues which we have not encountered yet, but we use HTRee in many of our MapDB usages
http://www.mapdb.org/changelog.html#Version_107_2015-02-19
This commit is contained in:
Charles Allen 2015-03-20 08:31:23 -07:00
parent 6a47c1530c
commit 5250d89adf
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@
<dependency>
<groupId>org.mapdb</groupId>
<artifactId>mapdb</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>