Skip to content

Commit

Permalink
Merge pull request #98 from safaci2000/master
Browse files Browse the repository at this point in the history
Update to README and pom update
  • Loading branch information
elandau committed Oct 31, 2012
2 parents 64d2414 + 8437011 commit 3b6aecc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -21,5 +21,5 @@ Some features provided by this client:
Detailed documentation of Astyanax features and usage can be found on the wiki:
https://github.com/Netflix/astyanax/wiki

The work was initially inspired by https://github.com/rantav/hector.
The work was initially inspired by https://github.com/hector-client/hector.

8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -106,6 +106,14 @@
<version>1.6.4</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>


<dependency>
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
Expand Down

0 comments on commit 3b6aecc

Please sign in to comment.