Преглед изворни кода

fix: add ehttpc as emqx_bridge_http dependency

Ivan Dyachkov пре 2 година
родитељ
комит
45f94df7b1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/emqx_bridge_http/src/emqx_bridge_http.app.src

+ 1 - 1
apps/emqx_bridge_http/src/emqx_bridge_http.app.src

@@ -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, []}