]> granicus.if.org Git - ejabberd/commitdiff
Use tagged version of pkix dependency
authorPaweł Chmielowski <pchmielowski@process-one.net>
Wed, 5 Dec 2018 09:11:37 +0000 (10:11 +0100)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Wed, 5 Dec 2018 09:11:37 +0000 (10:11 +0100)
rebar.config

index 0226b979ff29c40308899b16d87222d5b04d9e2c..de33b98eda3774e4cb5c8b880abec8dbd1229b2b 100644 (file)
@@ -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",