From 9fde490648d698e9a43183c00225bb5ecfc40f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Fri, 13 Oct 2017 12:15:42 +0200 Subject: [PATCH] Update rabbitmq-components.mk --- deps/rabbitmq_ct_helpers/rabbitmq-components.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deps/rabbitmq_ct_helpers/rabbitmq-components.mk b/deps/rabbitmq_ct_helpers/rabbitmq-components.mk index d2ef1facc1..0166157a41 100644 --- a/deps/rabbitmq_ct_helpers/rabbitmq-components.mk +++ b/deps/rabbitmq_ct_helpers/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 \