aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-12-01 15:10:00 +0100
committerMickael Remond <mremond@process-one.net>2016-12-01 15:10:00 +0100
commita3c134c43b1b93235881c54538ad3e97b0d8e712 (patch)
treeaccdeb70f0764fc4516fbbab8a19358a1eee984e /mix.exs
parentMerge branch 'master' of github.com:processone/ejabberd (diff)
We can now use dependencies published in hex.pm
Diffstat (limited to '')
-rw-r--r--mix.exs6
1 files changed, 3 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index b9ff8794e..ab64e6288 100644
--- a/mix.exs
+++ b/mix.exs
@@ -42,11 +42,11 @@ defmodule Ejabberd.Mixfile do
[{:lager, "~> 3.2"},
{:p1_utils, "~> 1.0"},
{:cache_tab, "~> 1.0"},
- {:stringprep, "~> 1.0", override: true}, # override cause of :xmpp
+ {:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},
{:fast_tls, "~> 1.0"},
- {:fast_xml, "~> 1.1", override: true}, # override cause of :xmpp
- {:xmpp, github: "processone/xmpp", tag: "1.1.1"},
+ {:fast_xml, "~> 1.1"},
+ {:xmpp, "~> 1.1"},
{:stun, "~> 1.0"},
{:esip, "~> 1.0"},
{:jiffy, "~> 0.14.7"},