Skip to content

Commit

Permalink
dependency to rocksdb-api was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
subes committed Feb 10, 2015
1 parent 8165269 commit a582b86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ezdb-rocksdb-jni/pom.xml
Expand Up @@ -37,6 +37,10 @@
</build>

<dependencies>
<dependency>
<groupId>com.github.criccomini</groupId>
<artifactId>ezdb-api</artifactId>
</dependency>
<dependency>
<groupId>com.github.criccomini</groupId>
<artifactId>ezdb-treemap</artifactId>
Expand Down

0 comments on commit a582b86

Please sign in to comment.