ED-242:Add missing dep (#166)

* ED-242:Add missing dep
* Make how_are_you to optional
This commit is contained in:
Sergey Yelin 2021-09-06 16:00:58 +03:00 committed by GitHub
parent 8fdd16bf12
commit 753f3e0711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -35,7 +35,6 @@
{dmt_core, {git, "https://github.com/rbkmoney/dmt_core.git", {branch, "master"}}}, {dmt_core, {git, "https://github.com/rbkmoney/dmt_core.git", {branch, "master"}}},
{scoper, {git, "https://github.com/rbkmoney/scoper.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}}}, {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 % 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"}}} {dmt_client, {git, "git@github.com:rbkmoney/dmt_client.git", {branch, "master"}}}
@ -70,6 +69,8 @@
{profiles, [ {profiles, [
{prod, [ {prod, [
{deps, [ {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, {logger_logstash_formatter,
{git, "https://github.com/rbkmoney/logger_logstash_formatter.git", {ref, "87e52c755"}}}, {git, "https://github.com/rbkmoney/logger_logstash_formatter.git", {ref, "87e52c755"}}},
% for introspection on production % for introspection on production
@ -86,6 +87,8 @@
{runtime_tools, load}, {runtime_tools, load},
% profiler % profiler
{tools, load}, {tools, load},
woody_api_hay,
how_are_you,
sasl, sasl,
logger_logstash_formatter, logger_logstash_formatter,
dmt_api dmt_api

View File

@ -12,8 +12,7 @@
mg_proto, mg_proto,
erl_health, erl_health,
prometheus, prometheus,
prometheus_cowboy, prometheus_cowboy
how_are_you
]}, ]},
{mod, {dmt_api, []}}, {mod, {dmt_api, []}},
{env, []} {env, []}