chore: fix mix compiling failures
This commit is contained in:
parent
d6104b37cf
commit
d55f1e0813
|
@ -1,3 +1,6 @@
|
||||||
{deps, [
|
{deps, [
|
||||||
{jesse, "1.7.0"}
|
{jesse, "1.7.0"},
|
||||||
|
{emqx, {path, "../../apps/emqx"}},
|
||||||
|
{emqx_utils, {path, "../emqx_utils"}},
|
||||||
|
{emqx_gateway, {path, "../../apps/emqx_gateway"}}
|
||||||
]}.
|
]}.
|
||||||
|
|
Loading…
Reference in New Issue