24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-04 21:27:16 +02:00

Reintroduce change removed in last commit by mistake

This commit is contained in:
Paweł Chmielowski 2019-01-15 16:22:58 +01:00
parent 9bd38eff1e
commit 893f656df2

View File

@ -25,8 +25,7 @@ defmodule Ejabberd.Mixfile do
def application do def application do
[mod: {:ejabberd_app, []}, [mod: {:ejabberd_app, []},
applications: [:ssl, :os_mon], applications: [:ssl, :os_mon, :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, :stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
:eimp, :base64url, :jose, :pkix] :eimp, :base64url, :jose, :pkix]