mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Update list of applications in mix.exs
We now use normal application for starting dependencies, so we no longer should put them in included_applications
This commit is contained in:
parent
2a24011b3b
commit
604856eeb9
1 changed files with 5 additions and 6 deletions
3
mix.exs
3
mix.exs
|
@ -25,8 +25,7 @@ defmodule Ejabberd.Mixfile do
|
||||||
|
|
||||||
def application do
|
def application do
|
||||||
[mod: {:ejabberd_app, []},
|
[mod: {:ejabberd_app, []},
|
||||||
applications: [:ssl, :os_mon],
|
applications: [:ssl, :os_mon, :lager, :mnesia, :inets, :p1_utils, :cache_tab,
|
||||||
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
|
|
||||||
:fast_tls, :stringprep, :fast_xml, :xmpp,
|
:fast_tls, :stringprep, :fast_xml, :xmpp,
|
||||||
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
|
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
|
||||||
:eimp, :base64url, :jose, :pkix]
|
:eimp, :base64url, :jose, :pkix]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue