chore(ruleeng): streamline application dependencies

This commit is contained in:
Andrew Mayorov 2023-07-14 18:43:12 +02:00
parent 8e4585d64f
commit 75cc663786
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
2 changed files with 11 additions and 1 deletions

View File

@ -5,7 +5,16 @@
{vsn, "5.0.28"}, {vsn, "5.0.28"},
{modules, []}, {modules, []},
{registered, [emqx_rule_engine_sup, emqx_rule_engine]}, {registered, [emqx_rule_engine_sup, emqx_rule_engine]},
{applications, [kernel, stdlib, rulesql, getopt, emqx_ctl, uuid]}, {applications, [
kernel,
stdlib,
rulesql,
getopt,
uuid,
emqx,
emqx_utils,
emqx_ctl
]},
{mod, {emqx_rule_engine_app, []}}, {mod, {emqx_rule_engine_app, []}},
{env, []}, {env, []},
{licenses, ["Apache-2.0"]}, {licenses, ["Apache-2.0"]},

View File

@ -338,6 +338,7 @@ defmodule EMQXUmbrella.MixProject do
:emqx_management, :emqx_management,
:emqx_retainer, :emqx_retainer,
:emqx_prometheus, :emqx_prometheus,
:emqx_rule_engine,
:emqx_auto_subscribe, :emqx_auto_subscribe,
:emqx_slow_subs, :emqx_slow_subs,
:emqx_plugins, :emqx_plugins,