Fixate Riak client library

This commit is contained in:
Evgeniy Khramtsov 2014-07-09 16:40:06 +04:00
parent a60dd672b7
commit f1d0b05db5
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ CfgDeps = lists:flatmap(
[{p1_pam, ".*", {git, "git://github.com/processone/epam"}}];
({zlib, true}) ->
[{p1_zlib, ".*", {git, "git://github.com/processone/zlib"}}];
({riak, true}) ->
[{riakc, ".*",
{git, "git://github.com/basho/riak-erlang-client",
{tag, "1.4.2"}}}];
({json, true}) ->
[{jiffy, ".*", {git, "git://github.com/davisp/jiffy"}}];
({iconv, true}) ->