diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 963c2a86b..c95c187bd 100644 --- a/rebar.config +++ b/rebar.config @@ -31,7 +31,7 @@ {pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.1"}}}, {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.8.4"}}}, {eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.10"}}}, - {mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.1"}}}, + {mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.2"}}}, {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.27"}}}}, {if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.28"}}}}, {if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql", @@ -73,6 +73,7 @@ epam, ezlib, eimp, + mqtree, pkix]}}. {erl_first_files, ["src/ejabberd_sql_pt.erl", "src/ejabberd_config.erl", |