diff options
| author | kjnilsson <knilsson@pivotal.io> | 2018-10-30 14:20:23 +0000 |
|---|---|---|
| committer | kjnilsson <knilsson@pivotal.io> | 2018-10-30 14:20:23 +0000 |
| commit | f09012f34d4a6918be1282237a8792cb15012fdf (patch) | |
| tree | f06ac66f855dab1e5d3365aa2d53e29d81a282d1 | |
| parent | e3dea71d6b009c496a437b33aa7eacd0d712bfdf (diff) | |
| download | rabbitmq-server-git-f09012f34d4a6918be1282237a8792cb15012fdf.tar.gz | |
Remove syslog from DEPS
It was mistakenly put back in a merge.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ endef LOCAL_DEPS = sasl mnesia os_mon inets BUILD_DEPS = rabbitmq_cli syslog -DEPS = ranch syslog lager rabbit_common ra +DEPS = ranch lager rabbit_common ra TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper dep_syslog = git https://github.com/schlagert/syslog 3.4.5 |
