Procházet zdrojové kódy

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

Thales Macedo Garitezi před 1 rokem
rodič
revize
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, []},