mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fixate Riak client library
This commit is contained in:
parent
a60dd672b7
commit
f1d0b05db5
@ -88,6 +88,10 @@ CfgDeps = lists:flatmap(
|
|||||||
[{p1_pam, ".*", {git, "git://github.com/processone/epam"}}];
|
[{p1_pam, ".*", {git, "git://github.com/processone/epam"}}];
|
||||||
({zlib, true}) ->
|
({zlib, true}) ->
|
||||||
[{p1_zlib, ".*", {git, "git://github.com/processone/zlib"}}];
|
[{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}) ->
|
({json, true}) ->
|
||||||
[{jiffy, ".*", {git, "git://github.com/davisp/jiffy"}}];
|
[{jiffy, ".*", {git, "git://github.com/davisp/jiffy"}}];
|
||||||
({iconv, true}) ->
|
({iconv, true}) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user