From: Paweł Chmielowski Date: Fri, 14 Apr 2017 07:47:25 +0000 (+0200) Subject: Bump xmpp dependency, it's required by previous commit X-Git-Tag: 17.06-beta~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa7d5df6a0d4911bacb624243855d07c8174ee03;p=ejabberd Bump xmpp dependency, it's required by previous commit --- diff --git a/rebar.config b/rebar.config index aef3a0175..03cf910b1 100644 --- a/rebar.config +++ b/rebar.config @@ -24,7 +24,7 @@ {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.11"}}}, {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.8"}}}, {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.21"}}}, - {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.1.9"}}}, + {xmpp, ".*", {git, "https://github.com/processone/xmpp", "ad15e74e073a9cd230f31f657b395b1873227875"}}, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.10"}}}, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.11"}}}, {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.9"}}},