Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-12-28 17:16:29 +0300
committerChristophe Romain <christophe.romain@process-one.net>2017-12-28 17:16:29 +0300
commitdd9281da131597eb88638676d41c72649d5f4555 (patch)
tree810d9947c98ce8f8f2a1d381bfefd8e2b111732f /mix.exs
parent1b8794c991877f1345d1a0ce6d5e68d957a83565 (diff)
Let mix pass compile ejabberd as dependency
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs6
1 files changed, 3 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index 48b52b07e..09f3ffa72 100644
--- a/mix.exs
+++ b/mix.exs
@@ -64,9 +64,9 @@ defmodule Ejabberd.Mixfile do
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},
- {:fast_tls, "~> 1.0"},
- {:stun, github: "processone/fast_tls", tag: "1.0.17", override: true, manager: :rebar},
- {:esip, github: "processone/fast_tls", tag: "1.0.18", override: true, manager: :rebar},
+ {:fast_tls, tag: "1.0.18", override: true},
+ {:stun, "~> 1.0"},
+ {:esip, "~> 1.0"},
{:jiffy, "~> 0.14.7"},
{:p1_oauth2, "~> 0.6.1"},
{:distillery, "~> 1.0"},