William Yang 4 лет назад
Родитель
Сommit
6adb76cf27
2 измененных файлов с 4 добавлено и 2 удалено
  1. 2 1
      apps/emqx/rebar.config
  2. 2 1
      rebar.config

+ 2 - 1
apps/emqx/rebar.config

@@ -31,7 +31,8 @@
            [ meck
            , {bbmustache,"1.10.0"}
            , {emqx_ct_helpers, {git,"https://github.com/emqx/emqx-ct-helpers", {branch,"hocon"}}}
-           , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.4.1"}}}
+           %, {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.4.1"}}}
+           , {emqtt, {git, "https://github.com/emqx/emqtt", {branch, "main"}}}
            ]},
          {extra_src_dirs, [{"test",[recursive]}]}
        ]}

+ 2 - 1
rebar.config

@@ -63,7 +63,8 @@
     , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.13.0"}}}
     , {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.9.0"}}}
     , {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.2.1"}}}
-    , {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.5"}}}
+    %, {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.5"}}}
+    , {quicer, {git, "https://github.com/emqx/quic.git", {branch, "main"}}}
     ]}.
 
 {xref_ignores,