From 1ea53bf9405498ed7fc6656979f64f5c9aaea80e Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 27 Jul 2022 11:47:16 +0200 Subject: Add syntax_tools to applications, required when using ejabberd_sql_pt (#3869) --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mix.exs') diff --git a/mix.exs b/mix.exs index b3348a6e..6f2d6ffb 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] -- cgit v1.2.3