diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-05-13 16:48:05 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-05-13 16:48:05 +0300 |
| commit | ee34b8fdca16e4bd07912f458c0b6da5a57518c6 (patch) | |
| tree | 127c09382db4dd53c8a3ea8681046f0dc4959b72 | |
| parent | 46b3c7619974e22f4fae7d2aedf2f072293d3656 (diff) | |
| download | rabbitmq-server-git-ee34b8fdca16e4bd07912f458c0b6da5a57518c6.tar.gz | |
Add a dependency on observer_cli, closes #2006
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,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 stdout_formatter +DEPS = ranch lager rabbit_common ra sysmon_handler stdout_formatter recon observer_cli TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper dep_syslog = git https://github.com/schlagert/syslog 3.4.5 |
