diff --git a/apps/emqx_machine/rebar.config b/apps/emqx_machine/rebar.config index dee2902a5..53b7bec13 100644 --- a/apps/emqx_machine/rebar.config +++ b/apps/emqx_machine/rebar.config @@ -2,6 +2,7 @@ {deps, [ {emqx, {path, "../emqx"}}, + {emqx_dashboard, {path, "../emqx_dashboard"}}, {emqx_utils, {path, "../emqx_utils"}} ]}.