aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2019-02-27 14:35:07 +0100
committerChristophe Romain <christophe.romain@process-one.net>2019-02-27 14:35:07 +0100
commit9bfe5bb6180e4c4cdf0c3f2e26b16d5284db1568 (patch)
tree0ce115185730a5f817800727d24f6e5a95c155f7
parentAdd SQL schemas for MQTT tables (diff)
Add mqtree in included_applications
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 7bffb55e5..4b732334e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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()]