Merge pull request #8030 from terry-xiaoyu/top_level_epgsql_deps

chore: move epgsql deps to the top-level rebar.config
This commit is contained in:
Xinyu Liu 2022-05-24 11:10:51 +08:00 committed by GitHub
commit cd95166c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{deps,
[{epgsql, {git, "https://github.com/emqx/epgsql.git", {tag, "4.6.0"}}}
[
]}.
{erl_opts, [warn_unused_vars,

View File

@ -60,6 +60,7 @@
, {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.15.0"}}}
, {lc, {git, "https://github.com/emqx/lc.git", {tag, "0.2.1"}}}
, {mongodb, {git,"https://github.com/emqx/mongodb-erlang", {tag, "v3.0.13"}}}
, {epgsql, {git, "https://github.com/emqx/epgsql.git", {tag, "4.6.0"}}}
]}.
{xref_ignores,