chore(ruleeng): streamline application dependencies
This commit is contained in:
parent
8e4585d64f
commit
75cc663786
|
@ -5,7 +5,16 @@
|
|||
{vsn, "5.0.28"},
|
||||
{modules, []},
|
||||
{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, []}},
|
||||
{env, []},
|
||||
{licenses, ["Apache-2.0"]},
|
||||
|
|
Loading…
Reference in New Issue