Skip to content

Commit

Permalink
fully decoupled persistence layer api from hector (client code still
Browse files Browse the repository at this point in the history
needs to be adjusted), otherwise ready for astyananx
  • Loading branch information
boriwo committed Mar 15, 2014
1 parent 5950738 commit 90b9a82
Show file tree
Hide file tree
Showing 6 changed files with 544 additions and 1,151 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,12 @@
<version>2.10.0</version>
</dependency>

<dependency>
<groupId>com.netflix.astyanax</groupId>
<artifactId>astyanax</artifactId>
<version>1.56.48</version>
</dependency>

</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
import java.util.ArrayList;
import java.util.Date;
import java.util.Enumeration;
import java.util.List;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentLinkedQueue;
import java.util.concurrent.ScheduledThreadPoolExecutor;
Expand Down
Loading

0 comments on commit 90b9a82

Please sign in to comment.