diff options
| author | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2016-11-09 12:57:14 +0100 |
|---|---|---|
| committer | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2016-11-09 12:57:14 +0100 |
| commit | 5a79e0e79b39681257b29ac0b5a11d144f83c589 (patch) | |
| tree | 466684f0fcaef08f1b086b63ba57158411460b62 | |
| parent | e64d0e16019ebce893b9af5b7070c6e6c595c446 (diff) | |
| download | rabbitmq-server-git-5a79e0e79b39681257b29ac0b5a11d144f83c589.tar.gz | |
Add jsx to dependencies of Rabbit
So it's not considered as a plugin.
See rabbitmq/rabbitmq-common#46
| -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 59e8e93f8d..250b14bc32 100644 --- a/src/rabbit.app.src +++ b/src/rabbit.app.src @@ -12,7 +12,7 @@ rabbit_direct_client_sup]}, %% FIXME: Remove goldrush, once rabbit_plugins.erl knows how to ignore %% indirect dependencies of rabbit. - {applications, [kernel, stdlib, sasl, mnesia, goldrush, lager, rabbit_common, ranch, os_mon, xmerl]}, + {applications, [kernel, stdlib, sasl, mnesia, goldrush, lager, rabbit_common, ranch, os_mon, xmerl, jsx]}, %% 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, []}}, |
