From 1013a02b68cde8506b87133ef7e467949b3b67e3 Mon Sep 17 00:00:00 2001 From: Andrey Fadeev Date: Thu, 25 Jul 2019 20:41:15 +0300 Subject: [PATCH] Change hellgate dependencies start order (#344) --- apps/hellgate/src/hellgate.app.src | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/hellgate/src/hellgate.app.src b/apps/hellgate/src/hellgate.app.src index d927ab8..45e8412 100644 --- a/apps/hellgate/src/hellgate.app.src +++ b/apps/hellgate/src/hellgate.app.src @@ -7,21 +7,21 @@ {mod, {hellgate, []}}, {applications, [ kernel, - fault_detector_proto, stdlib, genlib, rfc3339, - cowboy, - woody, - gproc, + fault_detector_proto, hg_proto, + cowboy, + how_are_you, % must be after ranch and before any woody usage + woody, + scoper, % should be before any scoper event handler usage + gproc, dmt_client, party_client, woody_user_identity, - scoper, payproc_errors, - erl_health, - how_are_you + erl_health ]}, {env, []}, {modules, []},