10 lines
318 B
Erlang
10 lines
318 B
Erlang
%% -*- mode: erlang; -*-
|
|
|
|
{erl_opts, [debug_info]}.
|
|
{deps, [
|
|
{emqx_ldap, {path, "../../apps/emqx_ldap"}},
|
|
{emqx_dashboard, {path, "../../apps/emqx_dashboard"}},
|
|
{esaml, {git, "https://github.com/emqx/esaml", {tag, "v1.1.3"}}},
|
|
{oidcc, {git, "https://github.com/emqx/oidcc.git", {tag, "v3.2.0-1"}}}
|
|
]}.
|