mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
mix:exs: Move xmpp from included_applications to applications
because now p1_pgsql has it in applications to satisfy dialyzer OTP 26, and we cannot have xmpp both in applications and included_applications.
This commit is contained in:
parent
ab274147d8
commit
a179d5e34b
4
mix.exs
4
mix.exs
@ -45,11 +45,11 @@ defmodule Ejabberd.MixProject do
|
|||||||
[mod: {:ejabberd_app, []},
|
[mod: {:ejabberd_app, []},
|
||||||
applications: [:idna, :inets, :kernel, :sasl, :ssl, :stdlib, :mix,
|
applications: [:idna, :inets, :kernel, :sasl, :ssl, :stdlib, :mix,
|
||||||
:fast_tls, :fast_xml, :fast_yaml, :jose,
|
:fast_tls, :fast_xml, :fast_yaml, :jose,
|
||||||
:p1_utils, :stringprep, :syntax_tools, :yconf]
|
:p1_utils, :stringprep, :syntax_tools, :yconf, :xmpp]
|
||||||
++ cond_apps(),
|
++ cond_apps(),
|
||||||
included_applications: [:mnesia, :os_mon,
|
included_applications: [:mnesia, :os_mon,
|
||||||
:cache_tab, :eimp, :mqtree, :p1_acme,
|
:cache_tab, :eimp, :mqtree, :p1_acme,
|
||||||
:p1_oauth2, :pkix, :xmpp]
|
:p1_oauth2, :pkix]
|
||||||
++ cond_included_apps()]
|
++ cond_included_apps()]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user