aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2016-08-17 18:29:24 +0300
committerPeter Lemenkov <lemenkov@gmail.com>2016-08-17 18:32:09 +0300
commite13edff6aec93527539b084d1c744f87613ba6c1 (patch)
tree93b6a5d50a2b2def3aea6f26f3a2c8ec4458df48 /mix.exs
parentErlang R17 has a Time limit in erlang:send_after (#1246) (diff)
Remove no longer necessary p1_xmlrpc
Ths module was superceded by fast_xml in commit processone/ejabberd@dfc29ea03ca91e1eb5387d93612e2ac4b4b496da. So let's remove it entirely to avoid any confusion. Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 2c83a319b..8a5a2b88b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -29,7 +29,7 @@ defmodule Ejabberd.Mixfile do
included_applications: [:lager, :mnesia, :p1_utils, :cache_tab,
:fast_tls, :stringprep, :fast_xml,
:stun, :fast_yaml, :ezlib, :iconv,
- :esip, :jiffy, :p1_oauth2, :p1_xmlrpc, :eredis,
+ :esip, :jiffy, :p1_oauth2, :eredis,
:p1_mysql, :p1_pgsql, :sqlite3]]
end
@@ -51,7 +51,6 @@ defmodule Ejabberd.Mixfile do
{:esip, "~> 1.0"},
{:jiffy, "~> 0.14.7"},
{:p1_oauth2, "~> 0.6.1"},
- {:p1_xmlrpc, "~> 1.15"},
{:p1_mysql, "~> 1.0"},
{:p1_pgsql, "~> 1.1"},
{:sqlite3, "~> 1.1"},