From: Christophe Romain Date: Wed, 14 Jun 2017 12:18:35 +0000 (+0200) Subject: Fix OTP-17.5 support X-Git-Tag: 17.06~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58b9077b51ab5483bef6213469aa6b030f6d5628;p=ejabberd Fix OTP-17.5 support --- diff --git a/rebar.config b/rebar.config index b51fcf384..194306b6b 100644 --- a/rebar.config +++ b/rebar.config @@ -18,7 +18,8 @@ %%% %%%---------------------------------------------------------------------- -{deps, [{lager, ".*", {git, "https://github.com/erlang-lager/lager", {tag, "3.4.2"}}}, +{deps, [{lager, ".*", {git, "https://github.com/erlang-lager/lager", + {tag, {if_version_above, "17", "3.4.2", "3.2.1"}}}}, {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.9"}}}, {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.8"}}}, {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.12"}}},