summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Fedotov <hairyhum@gmail.com>2019-04-10 11:32:04 -0400
committerLuke Bakken <lbakken@pivotal.io>2019-05-01 13:16:40 -0700
commit1b57aa0f5bcd1ada35fb4a61fbacc4becb4cb1a4 (patch)
treef0a1a3338f73a54e442f8dda071d0d3df282800c
parent4ff321d50b2460332bf01839e58e46250e2f9762 (diff)
downloadrabbitmq-server-git-1b57aa0f5bcd1ada35fb4a61fbacc4becb4cb1a4.tar.gz
Move mnevis dependency to rabbit_common
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 5f5f114f40..eb0f98dafd 100644
--- a/Makefile
+++ b/Makefile
@@ -136,7 +136,7 @@ endef
LOCAL_DEPS = sasl mnesia os_mon inets compiler public_key crypto ssl syntax_tools
BUILD_DEPS = rabbitmq_cli syslog
-DEPS = ranch lager rabbit_common ra sysmon_handler mnevis stdout_formatter
+DEPS = ranch lager rabbit_common ra sysmon_handler stdout_formatter
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper
dep_syslog = git https://github.com/schlagert/syslog 3.4.5
@@ -163,10 +163,6 @@ ERLANG_MK_REPO = https://github.com/rabbitmq/erlang.mk.git
ERLANG_MK_COMMIT = rabbitmq-tmp
include rabbitmq-components.mk
-
-dep_mnevis = git https://github.com/rabbitmq/mnevis read-only-query
-dep_ra = git https://github.com/rabbitmq/ra.git read-only-query-old
-
include erlang.mk