From 29c80d18070c5faaa6583949edf37fcbc1322910 Mon Sep 17 00:00:00 2001 From: Gilbert Wong Date: Sun, 23 Dec 2018 17:27:08 +0800 Subject: [PATCH] Force emqx_passwd to be win30 branch --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]}. -