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:
parent
8404f0b478
commit
887f215545
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue