aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-02-03 16:13:16 +0100
committerMickael Remond <mremond@process-one.net>2016-02-03 16:13:16 +0100
commit71ee0d56fabf88099c5154ee04375866c08fe01b (patch)
treeca5b605f16b4bc205189acb0bc7db3448d363c91 /mix.exs
parentConvert more dependencies to new repository / packages (diff)
Switch to fast_tls and update app names
Diffstat (limited to '')
-rw-r--r--mix.exs8
1 files changed, 4 insertions, 4 deletions
diff --git a/mix.exs b/mix.exs
index 51787e744..e9545b178 100644
--- a/mix.exs
+++ b/mix.exs
@@ -25,9 +25,9 @@ defmodule Ejabberd.Mixfile do
[mod: {:ejabberd_app, []},
applications: [:ssl],
included_applications: [:lager, :mnesia, :p1_utils, :cache_tab,
- :p1_tls, :stringprep, :p1_xml,
- :stun, :yaml, :ezlib, :iconv,
- :esip, :jiffy, :oauth2, :xmlrpc, :eredis,
+ :fast_tls, :stringprep, :p1_xml,
+ :stun, :fast_yaml, :ezlib, :iconv,
+ :esip, :jiffy, :p1_oauth2, :p1_xmlrpc, :eredis,
:p1_mysql, :p1_pgsql, :sqlite3]]
end
@@ -43,7 +43,7 @@ defmodule Ejabberd.Mixfile do
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},
- {:p1_tls, git: "https://github.com/processone/tls", tag: "1.0.0"},
+ {:fast_tls, "~> 1.0"},
{:p1_xml, git: "https://github.com/processone/xml", tag: "1.1.2"},
{:stun, "~> 1.0"},
{:esip, "~> 1.0"},