aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-12-28 21:37:19 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-12-28 21:37:19 +0300
commit485100f9074174bd3c935966cd5ce4114c5e7ff9 (patch)
treeb5f0f25ee398a80d50e5f1d552b022532ce011cb /mix.exs
parentRepair hosts check during certfiles validation (diff)
parentFix stun/esip mix deps (diff)
Merge branch 'master' of github.com:processone/ejabberd17.12
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs8
1 files changed, 4 insertions, 4 deletions
diff --git a/mix.exs b/mix.exs
index 09f3ffa72..cead2ef46 100644
--- a/mix.exs
+++ b/mix.exs
@@ -59,14 +59,14 @@ defmodule Ejabberd.Mixfile do
defp deps do
[{:lager, "~> 3.4.0"},
{:p1_utils, "~> 1.0"},
- {:fast_xml, "~> 1.1"},
+ {:fast_xml, "~> 1.1", manager: :rebar},
{:xmpp, "~> 1.1"},
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},
- {:fast_tls, tag: "1.0.18", override: true},
- {:stun, "~> 1.0"},
- {:esip, "~> 1.0"},
+ {:fast_tls, "~> 1.0"},
+ {:stun, github: "processone/stun", tag: "1.0.17", override: true, manager: :rebar},
+ {:esip, github: "processone/esip", tag: "1.0.18", override: true, manager: :rebar},
{:jiffy, "~> 0.14.7"},
{:p1_oauth2, "~> 0.6.1"},
{:distillery, "~> 1.0"},