fix: include emqx_utils in distribution

This commit is contained in:
Stefan Strigler 2023-04-14 14:02:56 +02:00
parent 1bad6ca67d
commit b5a496aacd
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,7 @@ relx_apps(ReleaseType, Edition) ->
{covertool, load}, {covertool, load},
% started by emqx_machine % started by emqx_machine
{system_monitor, load}, {system_monitor, load},
emqx_utils,
emqx_http_lib, emqx_http_lib,
emqx_resource, emqx_resource,
emqx_connector, emqx_connector,