aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2019-01-15 16:22:58 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-01-15 16:22:58 +0100
commit893f656df22bd9da8cb8f41cc649f8c9e0e2d271 (patch)
tree1bc71b5143d9b9da9e0f0ad70903f508fd5bc621 /mix.exs
parentUse tag for xmpp dependency (diff)
Reintroduce change removed in last commit by mistake
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs11
1 files changed, 5 insertions, 6 deletions
diff --git a/mix.exs b/mix.exs
index 005731989..12cf49413 100644
--- a/mix.exs
+++ b/mix.exs
@@ -25,12 +25,11 @@ defmodule Ejabberd.Mixfile do
def application do
[mod: {:ejabberd_app, []},
- applications: [:ssl, :os_mon],
- included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
- :fast_tls, :stringprep, :fast_xml, :xmpp,
- :stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
- :eimp, :base64url, :jose, :pkix]
- ++ cond_apps()]
+ applications: [:ssl, :os_mon, :lager, :mnesia, :inets, :p1_utils, :cache_tab,
+ :fast_tls, :stringprep, :fast_xml, :xmpp,
+ :stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
+ :eimp, :base64url, :jose, :pkix]
+ ++ cond_apps()]
end
defp if_function_exported(mod, fun, arity, okResult) do