]> granicus.if.org Git - ejabberd/commitdiff
Fix version of jose library
authorKonstantinos Kallas <konstantinos.kallas@hotmail.com>
Wed, 6 Sep 2017 15:35:33 +0000 (18:35 +0300)
committerKonstantinos Kallas <konstantinos.kallas@hotmail.com>
Wed, 6 Sep 2017 15:35:33 +0000 (18:35 +0300)
rebar.config

index d8f19042c072b3410472074a2ac29d8f3956bdef..f64e2a6e06bcbdff9935a342c8b84ba64c4aae66 100644 (file)
@@ -30,7 +30,7 @@
         {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
         {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.2"}}},
         {luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.2"}}},
-        {jose, ".*", {git, "git://github.com/potatosalad/erlang-jose.git", {branch, "master"}}},
+        {jose, ".*", {git, "git://github.com/potatosalad/erlang-jose.git", {tag, "1.8.4"}}},
        {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.14"}}}},
        {if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.15"}}}},
         {if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql",