From dae41ec18332e9541d6a30882aa3d79f3610953e Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Sat, 23 Jan 2016 19:00:22 +0100 Subject: [PATCH] ejabberd will handle Mnesia start Mix need to know if must not autostart Mnesia before ejabberd --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index eafddcb97..141189eb3 100644 --- a/mix.exs +++ b/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,