فهرست منبع

Merge pull request #7935 from zmstone/0512-chore-er-coap-cliet-as-test-dependency

chore: er_coap_client is a test dependency but not rebar plugin
Zaiming (Stone) Shi 3 سال پیش
والد
کامیت
d4f4d508d7
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) ->