summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rabbitmq-components.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/rabbitmq-components.mk b/rabbitmq-components.mk
index d2ef1facc1..0166157a41 100644
--- a/rabbitmq-components.mk
+++ b/rabbitmq-components.mk
@@ -108,14 +108,14 @@ dep_rabbitmq_public_umbrella = git_rmq rabbitmq-public-umbrella $(curre
# all projects use the same versions. It avoids conflicts and makes it
# possible to work with rabbitmq-public-umbrella.
-dep_cowboy_commit = 1.0.4
-dep_mochiweb = git git://github.com/basho/mochiweb.git v2.9.0p2
+dep_cowboy = hex 1.0.4
+dep_ranch = hex 1.3.2
+dep_recon = hex 2.3.2
+
# Last commit of PropEr supporting Erlang R16B03.
dep_proper_commit = 735d972758d8bd85b12483626fe1b66450d6a6fe
-dep_ranch_commit = 1.3.2
# Last commit of sockjs support Erlang R16B03 and 17.x.
dep_sockjs = git https://github.com/rabbitmq/sockjs-erlang.git 5af2b588c812c318b19bc105b577a759c71c3e0a
-dep_webmachine_commit = 1.10.8p2
RABBITMQ_COMPONENTS = amqp_client \
rabbit \