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"}}},
|
{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
|
||||||
|
@ -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, []}
|
||||||
|
Loading…
Reference in New Issue
Block a user