From d69342a2fca7abc20b34226a720eaef49f1f483c Mon Sep 17 00:00:00 2001 From: ieQu1 <99872536+ieQu1@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:56:28 +0200 Subject: [PATCH] chore(emqx): Remove ra from the list of EMQX dependencies --- apps/emqx/rebar.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/emqx/rebar.config b/apps/emqx/rebar.config index 8a3e35537..b98728ed1 100644 --- a/apps/emqx/rebar.config +++ b/apps/emqx/rebar.config @@ -35,8 +35,7 @@ {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.5.3"}}}, {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {tag, "2.0.4"}}}, {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.1"}}}, - {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "1.0.10"}}}, - {ra, "2.7.3"} + {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "1.0.10"}}} ]}. {plugins, [{rebar3_proper, "0.12.1"}, rebar3_path_deps]}.