diff --git a/rebar.config b/rebar.config index d3dabae81..dda0f56dd 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,7 @@ {deps, [{jsx, "2.9.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 @@ -26,4 +27,3 @@ {cover_export_enabled, true}. {plugins, [coveralls]}. -