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, [
|
{applications, [
|
||||||
kernel,
|
kernel,
|
||||||
stdlib,
|
stdlib,
|
||||||
emqx
|
emqx,
|
||||||
|
emqx_schema_registry
|
||||||
]},
|
]},
|
||||||
{env, []},
|
{env, []},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
|
|
Loading…
Reference in New Issue