diff options
| author | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2017-02-07 17:58:02 +0100 |
|---|---|---|
| committer | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2017-02-07 17:58:02 +0100 |
| commit | 2e8f90e2636c6989bf1d126982af4cd84b4125cf (patch) | |
| tree | 67be5074ed5bfaf8845f82419c783082bf2cc0b3 | |
| parent | 9529aceb302f35e68fc08808a7c45c012c5972d2 (diff) | |
| download | rabbitmq-server-git-2e8f90e2636c6989bf1d126982af4cd84b4125cf.tar.gz | |
Remove ranch proxy protocol from rabbitmq-components
Will be added once the PRs are merged.
References #589
| -rw-r--r-- | rabbitmq-components.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rabbitmq-components.mk b/rabbitmq-components.mk index 1563f868be..a5d4292d78 100644 --- a/rabbitmq-components.mk +++ b/rabbitmq-components.mk @@ -105,7 +105,6 @@ dep_cowboy_commit = 1.1.0 dep_mochiweb = git git://github.com/basho/mochiweb.git v2.9.0p2 dep_ranch_commit = 1.3.1 dep_webmachine_commit = 1.10.8p2 -dep_ranch_proxy_protocol = git git@github.com:heroku/ranch_proxy_protocol.git 1.4.1 RABBITMQ_COMPONENTS = amqp_client \ rabbit \ |
