diff options
| author | Daniil Fedotov <dfedotov@pivotal.io> | 2015-12-10 17:12:21 +0000 |
|---|---|---|
| committer | Daniil Fedotov <dfedotov@pivotal.io> | 2015-12-10 17:12:21 +0000 |
| commit | ec446a82725c734a9fce3981b26a139140787210 (patch) | |
| tree | 57741fa96252be81d4cec4778427fb7d47b248c4 | |
| parent | 40ce3d7f9e266e5e1ad63db1d8902b1bb7da6eed (diff) | |
| download | rabbitmq-server-git-ec446a82725c734a9fce3981b26a139140787210.tar.gz | |
uuid dependency
| -rw-r--r-- | src/rabbit.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit.app.src b/src/rabbit.app.src index 18726c71e8..76be5beb46 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, rabbit_common, ranch, os_mon, xmerl]}, + {applications, [kernel, stdlib, sasl, mnesia, rabbit_common, ranch, os_mon, xmerl, uuid]}, %% 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, []}}, |
