fix: add ehttpc as emqx_bridge_http dependency

This commit is contained in:
Ivan Dyachkov 2023-07-11 19:59:29 +02:00
parent ab81d844b3
commit 45f94df7b1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{description, "EMQX HTTP Bridge and Connector Application"},
{vsn, "0.1.1"},
{registered, []},
{applications, [kernel, stdlib, emqx_connector, emqx_resource, emqx_bridge]},
{applications, [kernel, stdlib, emqx_connector, emqx_resource, emqx_bridge, ehttpc]},
{env, []},
{modules, []},
{links, []}