chore: er_coap_client is a test dependency but not rebar plugin
This commit is contained in:
parent
8b0adf69d2
commit
eb2d73eed3
|
@ -104,7 +104,6 @@ project_app_dirs(Edition) ->
|
||||||
plugins() ->
|
plugins() ->
|
||||||
[
|
[
|
||||||
{relup_helper, {git, "https://github.com/emqx/relup_helper", {tag, "2.0.0"}}},
|
{relup_helper, {git, "https://github.com/emqx/relup_helper", {tag, "2.0.0"}}},
|
||||||
{er_coap_client, {git, "https://github.com/emqx/er_coap_client", {tag, "v1.0.5"}}},
|
|
||||||
%% emqx main project does not require port-compiler
|
%% emqx main project does not require port-compiler
|
||||||
%% pin at root level for deterministic
|
%% pin at root level for deterministic
|
||||||
{pc, "v1.14.1"}
|
{pc, "v1.14.1"}
|
||||||
|
@ -123,7 +122,8 @@ test_deps() ->
|
||||||
[
|
[
|
||||||
{bbmustache, "1.10.0"},
|
{bbmustache, "1.10.0"},
|
||||||
{meck, "0.9.2"},
|
{meck, "0.9.2"},
|
||||||
{proper, "1.4.0"}
|
{proper, "1.4.0"},
|
||||||
|
{er_coap_client, {git, "https://github.com/emqx/er_coap_client", {tag, "v1.0.5"}}}
|
||||||
].
|
].
|
||||||
|
|
||||||
common_compile_opts(Edition, Vsn) ->
|
common_compile_opts(Edition, Vsn) ->
|
||||||
|
|
Loading…
Reference in New Issue