fix: emqx_utils is just a library, so 'load' is enough

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
Stefan Strigler 2023-04-14 18:53:01 +02:00 committed by GitHub
parent 9ccfa643ce
commit 89fa07c9be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -303,7 +303,7 @@ defmodule EMQXUmbrella.MixProject do
tools: :load,
covertool: :load,
system_monitor: :load,
emqx_utils: :permanent,
emqx_utils: :load,
emqx_http_lib: :permanent,
emqx_resource: :permanent,
emqx_connector: :permanent,

View File

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