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

fix: declare `emqx` as a dependency in `.app.src`

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

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

@@ -5,7 +5,8 @@
     {mod, {emqx_message_transformation_app, []}},
     {applications, [
         kernel,
-        stdlib
+        stdlib,
+        emqx
     ]},
     {env, []},
     {modules, []},