Sfoglia il codice sorgente

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

ci(new mix build): add missing compile dependency
Thales Macedo Garitezi 1 anno fa
parent
commit
dff72e8b9f
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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
     [
       {:emqx, in_umbrella: true},
-      {:emqx_auth, in_umbrella: true}
+      {:emqx_auth, in_umbrella: true},
+      UMP.common_dep(:jose),
     ]
   end
 end