diff --git a/rebar.config b/rebar.config index 15b7b5a0e..ac1cc106f 100644 --- a/rebar.config +++ b/rebar.config @@ -31,6 +31,7 @@ [{deps, [{meck, "0.8.13"}, % hex {bbmustache, "1.7.0"}, % hex + {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "v1.0.1"}}}, {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {branch, "develop"}}} ]} ]}