fix(mqttbridge): ensure elixir release assembles successfully

This commit is contained in:
Andrew Mayorov 2023-05-30 17:18:31 +03:00
parent 1c2719236c
commit 95cc9b9b72
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{deps, [
{emqx, {path, "../../apps/emqx"}}
]}.

View File

@ -310,6 +310,7 @@ defmodule EMQXUmbrella.MixProject do
:emqx_connector,
:emqx_exhook,
:emqx_bridge,
:emqx_bridge_mqtt,
:emqx_modules,
:emqx_management,
:emqx_retainer,