14 lines
552 B
Erlang
14 lines
552 B
Erlang
{erl_opts, [debug_info]}.
|
|
{deps, [
|
|
{hstreamdb_erl, {git, "https://github.com/hstreamdb/hstreamdb_erl.git", {tag, "0.2.5"}}},
|
|
{influxdb, {git, "https://github.com/emqx/influxdb-client-erl", {tag, "1.1.9"}}},
|
|
{tdengine, {git, "https://github.com/emqx/tdengine-client-erl", {tag, "0.1.5"}}},
|
|
{clickhouse, {git, "https://github.com/emqx/clickhouse-client-erl", {tag, "0.3"}}},
|
|
{erlcloud, {git, "https://github.com/emqx/erlcloud.git", {tag,"3.5.16-emqx-1"}}},
|
|
{emqx, {path, "../../apps/emqx"}}
|
|
]}.
|
|
|
|
{shell, [
|
|
{apps, [emqx_ee_connector]}
|
|
]}.
|