aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rebar.config31
1 files changed, 16 insertions, 15 deletions
diff --git a/rebar.config b/rebar.config
index a67773df6..3aa1d55d4 100644
--- a/rebar.config
+++ b/rebar.config
@@ -19,33 +19,33 @@
%%%----------------------------------------------------------------------
{deps, [{lager, ".*", {git, "https://github.com/erlang-lager/lager", "3.6.10"}},
- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.18"}}},
- {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.22"}}},
- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.5"}}},
- {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.19"}}},
- {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.40"}}},
+ {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.19"}}},
+ {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.23"}}},
+ {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.6"}}},
+ {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.20"}}},
+ {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.41"}}},
{idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
- {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.4.6"}}},
- {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.24"}}},
- {yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.4"}}},
+ {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.4.7"}}},
+ {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.25"}}},
+ {yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.5"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.0.4"}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.6"}}},
{pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.5"}}},
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}},
- {eimp, ".*", {git, "https://github.com/processone/eimp", "7fe680d2"}},
- {mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.7"}}},
- {p1_acme, ".*", {git, "https://github.com/processone/p1_acme.git", {tag, "1.0.5"}}},
+ {eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.15"}}},
+ {mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.8"}}},
+ {p1_acme, ".*", {git, "https://github.com/processone/p1_acme.git", {tag, "1.0.6"}}},
{base64url, ".*", {git, "https://github.com/dvv/base64url.git", {tag, "v1.0"}}},
- {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", "35cdef8b0ae35daa797a292c57dbd5ee62b45876"}}},
- {if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.33"}}}},
+ {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.33"}}}},
+ {if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.34"}}}},
{if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql",
{tag, "1.0.15"}}}},
{if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/p1_pgsql",
{tag, "1.1.9"}}}},
{if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3",
- "c3158534"}}},
+ {tag, "1.1.7"}}}},
{if_var_true, pam, {epam, ".*", {git, "https://github.com/processone/epam",
- "dc6e01da"}}},
+ {tag, "1.0.8"}}}},
{if_var_true, zlib, {ezlib, ".*", {git, "https://github.com/processone/ezlib",
{tag, "1.0.7"}}}},
%% Elixir support, needed to run tests
@@ -78,6 +78,7 @@
mqtree,
pkix,
yconf,
+ sqlite3,
p1_acme]}}.
{erl_first_files, ["src/ejabberd_sql_pt.erl", "src/ejabberd_config.erl",