Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Makefile: Add Ranch as a BUILD_DEPS to be sure Ranch 1.2.1 is pulled
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Jan 5, 2016
1 parent 7adfc3c commit 339fca6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

TESTS_DEPS = amqp_client

DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
Expand Down

0 comments on commit 339fca6

Please sign in to comment.