mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Make Riak working on R18
This commit is contained in:
parent
16881597c9
commit
7eddfe073b
@ -102,7 +102,7 @@ CfgDeps = lists:flatmap(
|
|||||||
({zlib, true}) ->
|
({zlib, true}) ->
|
||||||
[{p1_zlib, ".*", {git, "https://github.com/processone/zlib"}}];
|
[{p1_zlib, ".*", {git, "https://github.com/processone/zlib"}}];
|
||||||
({riak, true}) ->
|
({riak, true}) ->
|
||||||
[{riakc, ".*", {git, "https://github.com/basho/riak-erlang-client", {tag, "1.4.2"}}}];
|
[{riakc, ".*", {git, "https://github.com/basho/riak-erlang-client"}}];
|
||||||
({elixir, true}) ->
|
({elixir, true}) ->
|
||||||
[{rebar_elixir_plugin, ".*", {git, "https://github.com/yrashk/rebar_elixir_plugin"}},
|
[{rebar_elixir_plugin, ".*", {git, "https://github.com/yrashk/rebar_elixir_plugin"}},
|
||||||
{elixir, ".*", {git, "https://github.com/elixir-lang/elixir", {branch, "v1.0"}}}];
|
{elixir, ".*", {git, "https://github.com/elixir-lang/elixir", {branch, "v1.0"}}}];
|
||||||
@ -113,7 +113,7 @@ CfgDeps = lists:flatmap(
|
|||||||
({lager, false}) ->
|
({lager, false}) ->
|
||||||
[{p1_logger, ".*", {git, "https://github.com/processone/p1_logger"}}];
|
[{p1_logger, ".*", {git, "https://github.com/processone/p1_logger"}}];
|
||||||
({tools, true}) ->
|
({tools, true}) ->
|
||||||
[{meck, "0.*", {git, "https://github.com/eproxus/meck"}}];
|
[{meck, "0.8.2", {git, "https://github.com/eproxus/meck", {tag, "0.8.2"}}}];
|
||||||
({redis, true}) ->
|
({redis, true}) ->
|
||||||
[{eredis, ".*", {git, "https://github.com/wooga/eredis"}}];
|
[{eredis, ".*", {git, "https://github.com/wooga/eredis"}}];
|
||||||
(_) ->
|
(_) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user