From 54ff20ec0e845b187ec80f6327c8766f0292a2f4 Mon Sep 17 00:00:00 2001 From: Shawn <506895667@qq.com> Date: Tue, 22 Dec 2020 17:50:10 +0800 Subject: [PATCH] fix(build): remove the extra cowlib deps from emqx_auth_http --- apps/emqx_auth_http/rebar.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/emqx_auth_http/rebar.config b/apps/emqx_auth_http/rebar.config index 0b1959427..0f2e48298 100644 --- a/apps/emqx_auth_http/rebar.config +++ b/apps/emqx_auth_http/rebar.config @@ -1,6 +1,5 @@ {deps, - [{cowlib, {git, "https://github.com/ninenines/cowlib", {tag, "2.7.0"}}}, - {gun, {git, "https://github.com/emqx/gun", {tag, "1.3.4"}}}, + [{gun, {git, "https://github.com/emqx/gun", {tag, "1.3.4"}}}, {gproc, {git, "https://github.com/uwiger/gproc", {tag, "0.8.0"}}} ]}.