From 753f3e0711fc7fff91abcad6e279225a7e5b8b8c Mon Sep 17 00:00:00 2001 From: Sergey Yelin Date: Mon, 6 Sep 2021 16:00:58 +0300 Subject: [PATCH] ED-242:Add missing dep (#166) * ED-242:Add missing dep * Make how_are_you to optional --- rebar.config | 5 ++++- src/dmt_api.app.src | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 20f1bf6..c1e08ea 100644 --- a/rebar.config +++ b/rebar.config @@ -35,7 +35,6 @@ {dmt_core, {git, "https://github.com/rbkmoney/dmt_core.git", {branch, "master"}}}, {scoper, {git, "https://github.com/rbkmoney/scoper.git", {branch, "master"}}}, {erl_health, {git, "https://github.com/rbkmoney/erlang-health.git", {branch, master}}}, - {how_are_you, {git, "https://github.com/rbkmoney/how_are_you.git", {branch, "master"}}}, % TODO move to the test profile as soon as compose quirks get fixed {dmt_client, {git, "git@github.com:rbkmoney/dmt_client.git", {branch, "master"}}} @@ -70,6 +69,8 @@ {profiles, [ {prod, [ {deps, [ + {woody_api_hay, {git, "https://github.com/rbkmoney/woody_api_hay.git", {ref, "4c39134cd"}}}, + {how_are_you, {git, "https://github.com/rbkmoney/how_are_you.git", {ref, "2fd80134"}}}, {logger_logstash_formatter, {git, "https://github.com/rbkmoney/logger_logstash_formatter.git", {ref, "87e52c755"}}}, % for introspection on production @@ -86,6 +87,8 @@ {runtime_tools, load}, % profiler {tools, load}, + woody_api_hay, + how_are_you, sasl, logger_logstash_formatter, dmt_api diff --git a/src/dmt_api.app.src b/src/dmt_api.app.src index a3588ca..3720d1c 100644 --- a/src/dmt_api.app.src +++ b/src/dmt_api.app.src @@ -12,8 +12,7 @@ mg_proto, erl_health, prometheus, - prometheus_cowboy, - how_are_you + prometheus_cowboy ]}, {mod, {dmt_api, []}}, {env, []}