Force emqx_passwd to be win30 branch
This commit is contained in:
parent
b844665d6b
commit
29c80d1807
|
@ -1,6 +1,7 @@
|
||||||
{deps, [{jsx, "2.9.0"},
|
{deps, [{jsx, "2.9.0"},
|
||||||
{gproc, "0.8.0"},
|
{gproc, "0.8.0"},
|
||||||
{cowboy, "2.4.0"}
|
{cowboy, "2.4.0"},
|
||||||
|
{emqx_passwd, {git,"https://github.com/emqx/emqx-passwd.git", {branch, "win30"}}}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
%% appended to deps in rebar.config.script
|
%% appended to deps in rebar.config.script
|
||||||
|
@ -26,4 +27,3 @@
|
||||||
{cover_export_enabled, true}.
|
{cover_export_enabled, true}.
|
||||||
|
|
||||||
{plugins, [coveralls]}.
|
{plugins, [coveralls]}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue