summaryrefslogtreecommitdiff
path: root/src/rabbit.app.src
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-11-23 10:48:32 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-11-23 10:48:32 +0100
commita5bd8bd35f72d504ba331648c109a7281d1586aa (patch)
tree5c48fdbe14dc1786dfb0f4a397caa7bb9e853753 /src/rabbit.app.src
parentdb28a261c7a54642a177f558507e10294106fca5 (diff)
downloadrabbitmq-server-git-a5bd8bd35f72d504ba331648c109a7281d1586aa.tar.gz
rabbit.app: rabbit_common and ranch are required by RabbitMQ
Diffstat (limited to 'src/rabbit.app.src')
-rw-r--r--src/rabbit.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit.app.src b/src/rabbit.app.src
index ab25c9e089..18726c71e8 100644
--- a/src/rabbit.app.src
+++ b/src/rabbit.app.src
@@ -9,7 +9,7 @@
rabbit_router,
rabbit_sup,
rabbit_direct_client_sup]},
- {applications, [kernel, stdlib, sasl, mnesia, os_mon, xmerl]},
+ {applications, [kernel, stdlib, sasl, mnesia, rabbit_common, ranch, os_mon, xmerl]},
%% we also depend on crypto, public_key and ssl but they shouldn't be
%% in here as we don't actually want to start it
{mod, {rabbit, []}},