Просмотр исходного кода

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

Thales Macedo Garitezi 1 год назад
Родитель
Сommit
c70e8252fe

+ 2 - 1
apps/emqx_message_transformation/src/emqx_message_transformation.app.src

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