Просмотр исходного кода

chore: er_coap_client is a test dependency but not rebar plugin

Zaiming (Stone) Shi 3 лет назад
Родитель
Сommit
eb2d73eed3
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      rebar.config.erl

+ 2 - 2
rebar.config.erl

@@ -104,7 +104,6 @@ project_app_dirs(Edition) ->
 plugins() ->
     [
         {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
         %% pin at root level for deterministic
         {pc, "v1.14.1"}
@@ -123,7 +122,8 @@ test_deps() ->
     [
         {bbmustache, "1.10.0"},
         {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) ->