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

chore(build): remove emqtt deps from test profile

As it's now a root level deps
Zaiming Shi 5 лет назад
Родитель
Сommit
c4d84f9eb3
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      rebar.config.erl

+ 0 - 1
rebar.config.erl

@@ -28,7 +28,6 @@ plugins() ->
 
 test_deps() ->
     [ {bbmustache, "1.10.0"}
-    , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.3"}}}
     , {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.0"}}}
     , meck
     ].