mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Add inets in included_application for mix
This commit is contained in:
parent
cb0627e6b2
commit
e56c6545fa
2
mix.exs
2
mix.exs
@ -26,7 +26,7 @@ defmodule Ejabberd.Mixfile do
|
|||||||
def application do
|
def application do
|
||||||
[mod: {:ejabberd_app, []},
|
[mod: {:ejabberd_app, []},
|
||||||
applications: [:ssl],
|
applications: [:ssl],
|
||||||
included_applications: [:lager, :mnesia, :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]
|
||||||
++ cond_apps]
|
++ cond_apps]
|
||||||
|
Loading…
Reference in New Issue
Block a user