Add mqtree in included_applications

This commit is contained in:
Christophe Romain 2019-02-27 14:35:07 +01:00
parent 7511da0f26
commit 9bfe5bb618
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ defmodule Ejabberd.Mixfile do
[mod: {:ejabberd_app, []},
applications: [:kernel, :stdlib, :sasl, :ssl],
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
:fast_tls, :stringprep, :fast_xml, :xmpp,
:fast_tls, :stringprep, :fast_xml, :xmpp, :mqtree,
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
:eimp, :base64url, :jose, :pkix, :os_mon]
++ cond_apps()]