fix: declare `emqx_schema_registry` as a dependency of `emqx_message_transformation`
This commit is contained in:
parent
2c6aa80b3c
commit
c70e8252fe
|
@ -6,7 +6,8 @@
|
|||
{applications, [
|
||||
kernel,
|
||||
stdlib,
|
||||
emqx
|
||||
emqx,
|
||||
emqx_schema_registry
|
||||
]},
|
||||
{env, []},
|
||||
{modules, []},
|
||||
|
|
Loading…
Reference in New Issue