From 01883e97592943cea89391f59040b7ba089547c4 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Thu, 18 Jul 2024 11:26:00 -0300 Subject: [PATCH] chore(new mix build): fix app dependency for release --- apps/emqx_machine/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_machine/mix.exs b/apps/emqx_machine/mix.exs index 4ea0eef79..b5809f30a 100644 --- a/apps/emqx_machine/mix.exs +++ b/apps/emqx_machine/mix.exs @@ -30,7 +30,7 @@ defmodule EMQXMachine.MixProject do {:emqx_dashboard, in_umbrella: true, runtime: false}, {:emqx_management, in_umbrella: true, runtime: false}, UMP.common_dep(:covertool), - UMP.common_dep(:system_monitor), + UMP.common_dep(:system_monitor, runtime: false), UMP.common_dep(:redbug), ] end