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>2018-03-23 16:48:17 +0300
committerChristophe Romain <christophe.romain@process-one.net>2018-03-23 16:48:17 +0300
commitf3b3bffec08efbf599cbcea0138017a48c4102b1 (patch)
tree2f7518fe37f39501073151c0899379080d6a970c /mix.exs
parentf39dbe6e497634bb6f43e33168845fe87e2cee9b (diff)
Get rid of 'fs' package dependency in mix18.03
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs5
1 files changed, 2 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index 37f7a0b1d..c432b4815 100644
--- a/mix.exs
+++ b/mix.exs
@@ -29,7 +29,7 @@ defmodule Ejabberd.Mixfile do
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
:fast_tls, :stringprep, :fast_xml, :xmpp,
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
- :eimp, :fs, :base64url, :jose]
+ :eimp, :base64url, :jose]
++ cond_apps()]
end
@@ -76,8 +76,7 @@ defmodule Ejabberd.Mixfile do
{:ex_doc, ">= 0.0.0", only: :dev},
{:eimp, "~> 1.0"},
{:base64url, "~> 0.0.1"},
- {:jose, "~> 1.8"},
- {:fs, "~> 3.4"}]
+ {:jose, "~> 1.8"}]
++ cond_deps()
end