summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGerhard Lazu <gerhard@rabbitmq.com>2016-12-20 17:22:12 +0000
committerJean-Sébastien Pedron <jean-sebastien@rabbitmq.com>2016-12-20 17:22:12 +0000
commitcbbcc3e32f97b6047b4f82f0776717dd3e85430c (patch)
treee200bdda2a3cd9a6a07ae7b5c2a9f12a99a7161c /Makefile
parentbc1011d0ea93591bb01faf105a58d05cdc1bea76 (diff)
downloadrabbitmq-server-git-cbbcc3e32f97b6047b4f82f0776717dd3e85430c.tar.gz
Ignore indirect dependencies of rabbit in rabbit_plugins
The goal of maybe_keep_required_deps() is still the same: we don't want to list applications from $RABBITMQ_PLUGINS_DIR the rabbit application depends on. Now, the function handles indirect dependencies. Signed-off-by: Jean-Sébastien Pedron <jean-sebastien@rabbitmq.com> [#136346167]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3c11b54020..f87a09ec7a 100644
--- a/Makefile
+++ b/Makefile
@@ -116,9 +116,7 @@ define PROJECT_ENV
]
endef
-# FIXME: Remove goldrush, once rabbit_plugins.erl knows how to ignore
-# indirect dependencies of rabbit.
-LOCAL_DEPS = sasl mnesia os_mon xmerl goldrush jsx
+LOCAL_DEPS = sasl mnesia os_mon
BUILD_DEPS = rabbitmq_cli
DEPS = ranch lager rabbit_common
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper