|
@@ -23,14 +23,14 @@
|
|
|
, {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.14.1"}}}
|
|
, {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.14.1"}}}
|
|
|
]}.
|
|
]}.
|
|
|
|
|
|
|
|
-{plugins, [rebar3_proper]}.
|
|
|
|
|
|
|
+{plugins, [{rebar3_proper, "0.12.1"}]}.
|
|
|
{extra_src_dirs, [{"etc", [recursive]}]}.
|
|
{extra_src_dirs, [{"etc", [recursive]}]}.
|
|
|
{profiles, [
|
|
{profiles, [
|
|
|
{test,
|
|
{test,
|
|
|
[{deps,
|
|
[{deps,
|
|
|
- [ meck
|
|
|
|
|
|
|
+ [ {meck, "0.9.2"}
|
|
|
|
|
+ , {proper, "1.4.0"}
|
|
|
, {bbmustache,"1.10.0"}
|
|
, {bbmustache,"1.10.0"}
|
|
|
- , {emqx_ct_helpers, {git,"https://github.com/emqx/emqx-ct-helpers.git", {tag,"2.1.0"}}}
|
|
|
|
|
, {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.4.3"}}}
|
|
, {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.4.3"}}}
|
|
|
]},
|
|
]},
|
|
|
{extra_src_dirs, [{"test",[recursive]}]}
|
|
{extra_src_dirs, [{"test",[recursive]}]}
|