Include acme deps in release, fixes f2c3fe8ac

This commit is contained in:
Christophe Romain 2018-01-15 22:21:24 +01:00
parent 59b7c89944
commit 8bdccc25ab
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ defmodule Ejabberd.Mixfile do
applications: [:ssl, :os_mon],
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
: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()]
end