diff options
| author | Michael Klishin <michael@novemberain.com> | 2019-01-09 03:46:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-09 03:46:24 +0300 |
| commit | be27684a7b8651966530d594ba4ea454878cba8f (patch) | |
| tree | 9fb30542259ea25498399170714da15ed8ae3ae0 /Makefile | |
| parent | a375473f3d612b0e8a0db95c9e3805229e3aa868 (diff) | |
| parent | 2b934f3357eee5a23c3d7e26ba326864f1e05c0c (diff) | |
| download | rabbitmq-server-git-be27684a7b8651966530d594ba4ea454878cba8f.tar.gz | |
Merge pull request #1816 from rabbitmq/rabbitmq-server-952
Add sysmon-handler to RabbitMQ
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ endef LOCAL_DEPS = sasl mnesia os_mon inets BUILD_DEPS = rabbitmq_cli syslog -DEPS = ranch lager rabbit_common ra +DEPS = ranch lager rabbit_common ra sysmon_handler TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper dep_syslog = git https://github.com/schlagert/syslog 3.4.5 |
