mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
ejabberd will handle Mnesia start
Mix need to know if must not autostart Mnesia before ejabberd
This commit is contained in:
parent
0920511de2
commit
dae41ec183
4
mix.exs
4
mix.exs
@ -16,8 +16,8 @@ defmodule Ejabberd.Mixfile do
|
||||
|
||||
def application do
|
||||
[mod: {:ejabberd_app, []},
|
||||
applications: [:ssl, :mnesia],
|
||||
included_applications: [:lager, :p1_utils, :cache_tab,
|
||||
applications: [:ssl],
|
||||
included_applications: [:lager, :mnesia, :p1_utils, :cache_tab,
|
||||
:p1_tls, :p1_stringprep, :p1_xml,
|
||||
:p1_stun, :p1_yaml, :p1_zlib, :p1_iconv,
|
||||
:esip, :jiffy, :oauth2, :xmlrpc, :eredis,
|
||||
|
Loading…
Reference in New Issue
Block a user