Explorar o código

chore: er_coap_client is a test dependency but not rebar plugin

Zaiming (Stone) Shi %!s(int64=3) %!d(string=hai) anos
pai
achega
eb2d73eed3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      rebar.config.erl

+ 2 - 2
rebar.config.erl

@@ -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) ->