aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2018-12-05 10:11:37 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2018-12-05 10:11:37 +0100
commit2b9c7ed40750324c50fcdafcca9e7f9ab45a15f8 (patch)
treeb5cf6e2de7a2add2c0672e5ac6c0ed38d6c309fe
parentFix PostgreSQL compatibility in mod_offline_sql:remove_old_messages (#2695) (diff)
Use tagged version of pkix dependency
-rw-r--r--rebar.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 0226b979f..de33b98ed 100644
--- a/rebar.config
+++ b/rebar.config
@@ -28,7 +28,7 @@
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.17"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.3"}}},
- {pkix, ".*", {git, "https://github.com/processone/pkix"}},
+ {pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.0"}}},
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.8.4"}}},
{eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.9"}}},
{if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.26"}}}},
@@ -76,6 +76,7 @@
epam,
ezlib,
eimp,
+ pkix,
iconv]}}.
{erl_first_files, ["src/ejabberd_sql_pt.erl", "src/ejabberd_config.erl",