From c4d84f9eb3d07ae3a48978fe5dde6ff510fd223d Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Wed, 9 Dec 2020 23:46:16 +0100 Subject: [PATCH] chore(build): remove emqtt deps from test profile As it's now a root level deps --- rebar.config.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/rebar.config.erl b/rebar.config.erl index ba89d98f0..01425810a 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -28,7 +28,6 @@ plugins() -> test_deps() -> [ {bbmustache, "1.10.0"} - , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.3"}}} , {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.0"}}} , meck ].