diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2017-10-13 12:15:38 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2017-10-13 12:15:38 +0200 |
| commit | fac9e4f75fdcadeae2162dd06d2cc178079bf037 (patch) | |
| tree | fa5a2b66cbb828718133d547fc9bdfb34917d244 | |
| parent | 7a37407b3f0ee6f53052ba3e40d698dd631471fb (diff) | |
| download | rabbitmq-server-git-fac9e4f75fdcadeae2162dd06d2cc178079bf037.tar.gz | |
Update rabbitmq-components.mk
| -rw-r--r-- | rabbitmq-components.mk | 8 |
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 \ |
