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-03-20 18:26:16 +0300
committerChristophe Romain <christophe.romain@process-one.net>2017-03-20 18:26:16 +0300
commit186fda098c73c72c5fe705dfd151223306fab37c (patch)
treef81f48aa9363c607ae54814a199c28707470a4ce /mix.exs
parentb6e1858ce65a7173f5ca14032b47ae1ae6681c0e (diff)
Update mix deps
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 24b331d1e..589ed2212 100644
--- a/mix.exs
+++ b/mix.exs
@@ -40,13 +40,13 @@ defmodule Ejabberd.Mixfile do
defp deps do
[{:lager, "~> 3.2"},
- {:p1_utils, "~> 1.0"},
+ {:fast_xml, git: "https://github.com/processone/fast_xml.git", tag: "1.1.22", override: true},
+ {:xmpp, git: "https://github.com/processone/xmpp.git", tag: "1.1.9"},
+ {:p1_utils, git: "https://github.com/processone/p1_utils.git", tag: "1.0.7"},
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},
{:fast_tls, "~> 1.0"},
- {:fast_xml, "~> 1.1"},
- {:xmpp, "~> 1.1"},
{:stun, "~> 1.0"},
{:esip, "~> 1.0"},
{:jiffy, "~> 0.14.7"},