refactor(emqx_recon): Use latest version recon

Moved recon dependency from emqx_recon to root
This commit is contained in:
Zaiming Shi 2021-01-23 10:55:00 +01:00
parent c1b1ddbb6f
commit 17d70772a8
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{deps, [
{recon, {git, "https://github.com/ferd/recon", {tag, "2.5.0"}}}
%% recon "https://github.com/ferd/recon" at root rebar.config
]}.
{edoc_opts, [{preprocess, true}]}.

View File

@ -54,6 +54,7 @@
, {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {branch, "2.0.4"}}}
, {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.3"}}}
, {rulesql, {git, "https://github.com/emqx/rulesql", {tag, "0.1.2"}}}
, {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.1"}}}
, {getopt, "1.0.1"}
]}.