]> granicus.if.org Git - ejabberd/commitdiff
Make Riak working on R18
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Mon, 23 Nov 2015 09:50:08 +0000 (12:50 +0300)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Tue, 24 Nov 2015 14:53:44 +0000 (17:53 +0300)
rebar.config.script

index cdd2a65ce0ada251bcbbd3489e5865e4eda7cc5c..9e213b8636404ce6c0b1a7fbfb1a7ce0325585d9 100644 (file)
@@ -102,7 +102,7 @@ CfgDeps = lists:flatmap(
                ({zlib, true}) ->
                     [{p1_zlib, ".*", {git, "https://github.com/processone/zlib"}}];
                ({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}) ->
                     [{rebar_elixir_plugin, ".*", {git, "https://github.com/yrashk/rebar_elixir_plugin"}},
                      {elixir, ".*", {git, "https://github.com/elixir-lang/elixir", {branch, "v1.0"}}}];
@@ -113,7 +113,7 @@ CfgDeps = lists:flatmap(
                ({lager, false}) ->
                     [{p1_logger, ".*", {git, "https://github.com/processone/p1_logger"}}];
                ({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}) ->
                     [{eredis, ".*", {git, "https://github.com/wooga/eredis"}}];
                (_) ->