From 9736ae84a0c84d59521a3684b9176592d3cc687c Mon Sep 17 00:00:00 2001 From: David Ansari Date: Mon, 23 Dec 2024 08:44:22 +0100 Subject: [PATCH] Remove rabbit_common from MQTT dependencies (cherry picked from commit 667e35a6340468b873969075ac46a6bdd58d024a) --- deps/rabbitmq_mqtt/Makefile | 2 +- deps/rabbitmq_web_mqtt/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/rabbitmq_mqtt/Makefile b/deps/rabbitmq_mqtt/Makefile index c8ebda54547b..45e2791a443d 100644 --- a/deps/rabbitmq_mqtt/Makefile +++ b/deps/rabbitmq_mqtt/Makefile @@ -41,7 +41,7 @@ BUILD_WITHOUT_QUIC=1 export BUILD_WITHOUT_QUIC LOCAL_DEPS = ssl -DEPS = ranch rabbit_common rabbit amqp10_common +DEPS = ranch rabbit amqp10_common TEST_DEPS = emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management amqp_client rabbitmq_consistent_hash_exchange rabbitmq_amqp_client rabbitmq_stomp rabbitmq_stream PLT_APPS += rabbitmqctl elixir diff --git a/deps/rabbitmq_web_mqtt/Makefile b/deps/rabbitmq_web_mqtt/Makefile index 812d467f1911..dbc17a8a46ec 100644 --- a/deps/rabbitmq_web_mqtt/Makefile +++ b/deps/rabbitmq_web_mqtt/Makefile @@ -18,7 +18,7 @@ BUILD_WITHOUT_QUIC=1 export BUILD_WITHOUT_QUIC LOCAL_DEPS = ssl -DEPS = rabbit_common rabbit cowboy rabbitmq_mqtt +DEPS = rabbit cowboy rabbitmq_mqtt TEST_DEPS = emqtt rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management rabbitmq_stomp rabbitmq_consistent_hash_exchange PLT_APPS += rabbitmqctl elixir cowlib