chore: delete hocon from emqx_prometheus application deps

This commit is contained in:
Zaiming (Stone) Shi 2022-08-09 20:19:31 +02:00
parent 6d5ad97528
commit f7016e53a4
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@
{deps, [
{emqx, {path, "../emqx"}},
%% FIXME: tag this as v3.1.3
{prometheus, {git, "https://github.com/deadtrickster/prometheus.erl", {tag, "v4.8.1"}}},
{hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.29.0"}}}
{prometheus, {git, "https://github.com/deadtrickster/prometheus.erl", {tag, "v4.8.1"}}}
]}.
{edoc_opts, [{preprocess, true}]}.