mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 19:42:11 +02:00
Fixate Riak client library
This commit is contained in:
parent
a60dd672b7
commit
f1d0b05db5
1 changed files with 4 additions and 0 deletions
|
@ -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}) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue