Add eldap back to applications as the module functions were unavailable
This commit is contained in:
parent
3127c5f0af
commit
eb419b7ffd
1 changed files with 2 additions and 1 deletions
3
mix.exs
3
mix.exs
|
@ -80,7 +80,8 @@ def application do
|
|||
:comeonin,
|
||||
:fast_sanitize,
|
||||
:os_mon,
|
||||
:ssl
|
||||
:ssl,
|
||||
:eldap
|
||||
] ++ logger_application(),
|
||||
included_applications: [:ex_syslogger]
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue