Przeglądaj źródła

Merge pull request #13836 from thalesmg/20240919-r58-nmix-cinfo

ci(new mix build): add missing compile dependency
Thales Macedo Garitezi 1 rok temu
rodzic
commit
dff72e8b9f
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      apps/emqx_auth_cinfo/mix.exs

+ 2 - 1
apps/emqx_auth_cinfo/mix.exs

@@ -26,7 +26,8 @@ defmodule EMQXAuthCinfo.MixProject do
   def deps() do
   def deps() do
     [
     [
       {:emqx, in_umbrella: true},
       {:emqx, in_umbrella: true},
-      {:emqx_auth, in_umbrella: true}
+      {:emqx_auth, in_umbrella: true},
+      UMP.common_dep(:jose),
     ]
     ]
   end
   end
 end
 end