chore(rebar.config): Snabbkaffee should be a default dependency

This commit is contained in:
Zaiming Shi 2021-03-29 11:51:51 +02:00 committed by Zaiming (Stone) Shi
parent 6e1a55e9ed
commit 236f75b33b
2 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,7 @@
, {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.1"}}}
, {observer_cli, "1.6.1"} % NOTE: depends on recon 2.5.1
, {getopt, "1.0.1"}
, {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.8.2"}}}
]}.
{xref_ignores,

View File

@ -102,7 +102,6 @@ test_plugins() ->
test_deps() ->
[ {bbmustache, "1.10.0"}
, {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.6"}}}
, {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.8.2"}}}
, meck
].