fix: declare `emqx_schema_registry` as a dependency of `emqx_message_transformation`

This commit is contained in:
Thales Macedo Garitezi 2024-06-11 13:35:02 -03:00
parent 2c6aa80b3c
commit c70e8252fe
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
{applications, [ {applications, [
kernel, kernel,
stdlib, stdlib,
emqx emqx,
emqx_schema_registry
]}, ]},
{env, []}, {env, []},
{modules, []}, {modules, []},