fix: declare `emqx` as a dependency in `.app.src`
This commit is contained in:
parent
aa416cc0ad
commit
4aa1c3842f
|
@ -5,7 +5,8 @@
|
|||
{mod, {emqx_message_transformation_app, []}},
|
||||
{applications, [
|
||||
kernel,
|
||||
stdlib
|
||||
stdlib,
|
||||
emqx
|
||||
]},
|
||||
{env, []},
|
||||
{modules, []},
|
||||
|
|
Loading…
Reference in New Issue