Skip to content

Commit

Permalink
Remove from extra_applications the apps already defined in deps (#4265)
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Aug 21, 2024
1 parent b07e28b commit e99fe98
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ defmodule Ejabberd.MixProject do

def application do
[mod: {:ejabberd_app, []},
extra_applications: [:idna, :inets, :kernel, :sasl, :ssl, :stdlib, :mix,
:fast_tls, :fast_xml, :fast_yaml, :jose, :logger,
:p1_utils, :stringprep, :syntax_tools, :yconf, :xmpp]
extra_applications: [:inets, :kernel, :sasl, :ssl, :stdlib, :syntax_tools,
:logger, :mix]
++ cond_apps(),
included_applications: [:mnesia, :os_mon,
:cache_tab, :eimp, :mqtree, :p1_acme,
Expand Down

0 comments on commit e99fe98

Please sign in to comment.