Add mnesia to LOCAL_DEPS in rabbitmq_jms_topic_exchange

it is present in the Bazel build, and if removed from the bazel side
causes :dialyze to fail
This commit is contained in:
Rin Kuryloski 2023-10-16 18:10:50 +02:00
parent 8404f0b478
commit 887f215545
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ PROJECT_DESCRIPTION = RabbitMQ JMS topic selector exchange plugin
DEPS = rabbit_common rabbit khepri khepri_mnesia_migration
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client
LOCAL_DEPS = mnesia
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk