Skip to content

Commit 1b57aa0

Browse files
hairyhumlukebakken
authored andcommitted
Move mnevis dependency to rabbit_common
1 parent 4ff321d commit 1b57aa0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ endef
136136

137137
LOCAL_DEPS = sasl mnesia os_mon inets compiler public_key crypto ssl syntax_tools
138138
BUILD_DEPS = rabbitmq_cli syslog
139-
DEPS = ranch lager rabbit_common ra sysmon_handler mnevis stdout_formatter
139+
DEPS = ranch lager rabbit_common ra sysmon_handler stdout_formatter
140140
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper
141141

142142
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
163163
ERLANG_MK_COMMIT = rabbitmq-tmp
164164

165165
include rabbitmq-components.mk
166-
167-
dep_mnevis = git https://github.com/rabbitmq/mnevis read-only-query
168-
dep_ra = git https://github.com/rabbitmq/ra.git read-only-query-old
169-
170166
include erlang.mk
171167

172168

0 commit comments

Comments
 (0)