mirror of
https://github.com/valitydev/dominant.git
synced 2024-11-06 02:25:17 +00:00
ED-242:Add missing dep (#166)
* ED-242:Add missing dep * Make how_are_you to optional
This commit is contained in:
parent
8fdd16bf12
commit
753f3e0711
@ -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
|
||||
|
@ -12,8 +12,7 @@
|
||||
mg_proto,
|
||||
erl_health,
|
||||
prometheus,
|
||||
prometheus_cowboy,
|
||||
how_are_you
|
||||
prometheus_cowboy
|
||||
]},
|
||||
{mod, {dmt_api, []}},
|
||||
{env, []}
|
||||
|
Loading…
Reference in New Issue
Block a user