ci(new mix build): add missing compile dependency
@@ -26,7 +26,8 @@ defmodule EMQXAuthCinfo.MixProject do
def deps() do
[
{:emqx, in_umbrella: true},
- {:emqx_auth, in_umbrella: true}
+ {:emqx_auth, in_umbrella: true},
+ UMP.common_dep(:jose),
]
end