From bb6459ba3ada82dc1f74be8c1db78ee6a9928a01 Mon Sep 17 00:00:00 2001 From: William Yang Date: Fri, 11 Jun 2021 08:20:23 +0200 Subject: [PATCH] build: add quic dep in app/emqx/rebar.config --- apps/emqx/rebar.config | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/emqx/rebar.config b/apps/emqx/rebar.config index 7e649ae80..d30946a02 100644 --- a/apps/emqx/rebar.config +++ b/apps/emqx/rebar.config @@ -20,6 +20,7 @@ , {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {branch, "2.0.4"}}} , {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.1"}}} , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.13.0"}}} + , {quicer, {git, "https://github.com/qzhuyan/quic.git", {branch, "dev/william/main-prepare-emqx-centos7"}}} ]}. {plugins, [rebar3_proper]}.