Makefile: Add Ranch as a BUILD_DEPS to be sure Ranch 1.2.1 is pulled

(cherry picked from commit 339fca6c67ddd694cfa4bddcfffb710316d9cbc5)
This commit is contained in:
Jean-Sébastien Pédron 2016-01-05 10:50:49 +01:00 committed by Loïc Hoguin
parent 8368cfa701
commit d8297761f8
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ PROJECT = rabbitmq_web_dispatch
DEPS = cowboy
dep_cowboy_commit = 1.0.3
# FIXME: Add Ranch as a BUILD_DEPS to be sure the correct version is picked.
# See rabbitmq-components.mk.
BUILD_DEPS += ranch
TEST_DEPS = rabbit amqp_client
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk