aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-07-27 11:47:16 +0200
committerBadlop <badlop@process-one.net>2022-07-27 15:16:52 +0200
commit1ea53bf9405498ed7fc6656979f64f5c9aaea80e (patch)
tree9af756f342f72acc07904efa11e3285d2def9269 /mix.exs
parentDon't bother with COMMIT.json user-friendly feature in automated user case (diff)
Add syntax_tools to applications, required when using ejabberd_sql_pt (#3869)
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index b3348a6ec..6f2d6ffbc 100644
--- a/mix.exs
+++ b/mix.exs
@@ -43,7 +43,7 @@ defmodule Ejabberd.MixProject do
extra_applications: [:mix],
applications: [:idna, :inets, :kernel, :sasl, :ssl, :stdlib,
:base64url, :fast_tls, :fast_xml, :fast_yaml, :jiffy, :jose,
- :p1_utils, :stringprep, :yconf],
+ :p1_utils, :stringprep, :syntax_tools, :yconf],
included_applications: [:mnesia, :os_mon,
:cache_tab, :eimp, :mqtree, :p1_acme,
:p1_oauth2, :pkix, :xmpp]