Skip to content

Commit

Permalink
fix(mix): do not include logger in dependencies to fix mix release
Browse files Browse the repository at this point in the history
  • Loading branch information
xela85 committed Oct 31, 2024
1 parent 7c80761 commit ecdf665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ defmodule Ejabberd.MixProject do
:fast_tls, :fast_xml, :fast_yaml, :jose,
:p1_utils, :stringprep, :syntax_tools, :yconf, :xmpp]
++ cond_apps(),
included_applications: [:mnesia, :os_mon, :logger,
included_applications: [:mnesia, :os_mon,
:cache_tab, :eimp, :mqtree, :p1_acme,
:p1_oauth2, :pkix]
++ cond_included_apps()]
Expand Down

0 comments on commit ecdf665

Please sign in to comment.