rabbitmq_shovel is a runtime dependency of rabbitmq_prometheus now

This commit is contained in:
Michael Klishin 2024-08-02 23:15:28 -04:00
parent 4c44ebd8eb
commit 1f1d422fa2
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ endef
PROJECT := rabbitmq_prometheus
PROJECT_DESCRIPTION = Prometheus metrics for RabbitMQ
PROJECT_MOD := rabbit_prometheus_app
DEPS = accept cowboy rabbit rabbitmq_management_agent prometheus rabbitmq_web_dispatch rabbitmq_federation
DEPS = accept cowboy rabbit rabbitmq_management_agent prometheus rabbitmq_web_dispatch rabbitmq_federation rabbitmq_shovel
BUILD_DEPS = amqp_client rabbit_common rabbitmq_management
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers eunit_formatters rabbitmq_shovel
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers eunit_formatters
EUNIT_OPTS = no_tty, {report, {eunit_progress, [colored, profile]}}