We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45570b commit 61112e4Copy full SHA for 61112e4
deps/rabbitmq_federation_management/Makefile
@@ -5,8 +5,8 @@ define PROJECT_APP_EXTRA_KEYS
5
{broker_version_requirements, []}
6
endef
7
8
-DEPS = amqp_client rabbit_common rabbit rabbitmq_management rabbitmq_federation
9
-TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
+DEPS = amqp_client rabbit_common rabbit rabbitmq_management rabbitmq_federation_common
+TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_queue_federation rabbitmq_exchange_federation
10
11
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
12
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
0 commit comments