chore(emqx_resource): unify dependency hocon to root rebar.config

This commit is contained in:
z8674558 2021-06-01 21:05:04 +09:00
parent ad1ef732ae
commit 9cb2facfe1
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,6 @@
{dialyzer, [{warnings, [unmatched_returns, error_handling]}
]}.
{deps, [ {hocon, {git, "https://github.com/emqx/hocon", {branch, "master"}}}
, {jsx, {git, "https://github.com/talentdeficit/jsx", {tag, "v3.1.0"}}}
{deps, [ {jsx, {git, "https://github.com/talentdeficit/jsx", {tag, "v3.1.0"}}}
]}.

View File

@ -56,7 +56,7 @@
, {observer_cli, "1.6.1"} % NOTE: depends on recon 2.5.1
, {getopt, "1.0.1"}
, {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.13.0"}}}
, {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.2.0"}}}
, {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.3.0"}}}
]}.
{xref_ignores,