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

Commit 9ec6086

Browse files
committed
Update rabbitmq-components.mk
1 parent 510c832 commit 9ec6086

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

rabbitmq-components.mk

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,16 @@ dep_toke = git_rmq toke $(current_rmq_ref) $(base_r
7373

7474
dep_rabbitmq_public_umbrella = git_rmq rabbitmq-public-umbrella $(current_rmq_ref) $(base_rmq_ref) master
7575

76-
# FIXME: As of 2015-11-20, we depend on Ranch 1.2.1, but erlang.mk
77-
# defaults to Ranch 1.1.0. All projects depending indirectly on Ranch
78-
# needs to add "ranch" as a BUILD_DEPS. The list of projects needing
79-
# this workaround are:
80-
# o rabbitmq-web-stomp
81-
dep_ranch = git https://github.com/ninenines/ranch 1.2.1
76+
# Third-party dependencies version pinning.
77+
#
78+
# We do that in this file, which is copied in all projects, to ensure
79+
# all projects use the same versions. It avoids conflicts and makes it
80+
# possible to work with rabbitmq-public-umbrella.
81+
82+
dep_cowboy_commit = 1.0.3
83+
dep_mochiweb_commit = v2.9.0p2
84+
dep_ranch_commit = 1.2.1
85+
dep_webmachine_commit = 1.10.8p2
8286

8387
RABBITMQ_COMPONENTS = amqp_client \
8488
rabbit \

0 commit comments

Comments
 (0)