mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-24 17:29:28 +01:00
Include acme deps in release, fixes f2c3fe8ac
This commit is contained in:
parent
59b7c89944
commit
8bdccc25ab
3
mix.exs
3
mix.exs
@ -28,7 +28,8 @@ defmodule Ejabberd.Mixfile do
|
|||||||
applications: [:ssl, :os_mon],
|
applications: [:ssl, :os_mon],
|
||||||
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
|
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
|
||||||
:fast_tls, :stringprep, :fast_xml, :xmpp,
|
:fast_tls, :stringprep, :fast_xml, :xmpp,
|
||||||
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2, :fs]
|
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
|
||||||
|
:fs, :base64url, :jose]
|
||||||
++ cond_apps()]
|
++ cond_apps()]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user