Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
PROJECT = rabbitmq_shovel_management
PROJECT_DESCRIPTION = Management extension for the Shovel plugin
define PROJECT_APP_EXTRA_KEYS
{broker_version_requirements, []}
endef
DEPS = rabbit_common rabbit rabbitmq_management rabbitmq_shovel
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers meck
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
include ../../rabbitmq-components.mk
include ../../erlang.mk