Sfoglia il codice sorgente

chore: update esaml vsn

JianBo He 2 anni fa
parent
commit
ec0894ca0b
2 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 1
      apps/emqx_dashboard_sso/rebar.config
  2. 0 1
      rebar.config

+ 1 - 1
apps/emqx_dashboard_sso/rebar.config

@@ -4,5 +4,5 @@
 {deps, [
         {emqx_ldap, {path, "../../apps/emqx_ldap"}},
         {emqx_dashboard, {path, "../../apps/emqx_dashboard"}},
-        {esaml, {git, "https://github.com/JimMoen/esaml", {tag, "v1.1.1"}}}
+        {esaml, {git, "https://github.com/emqx/esaml", {tag, "v1.1.1"}}}
 ]}.

+ 0 - 1
rebar.config

@@ -84,7 +84,6 @@
     %% in conflict by erlavro and rocketmq
     , {jsone, {git, "https://github.com/emqx/jsone.git", {tag, "1.7.1"}}}
     , {uuid, {git, "https://github.com/okeuday/uuid.git", {tag, "v2.0.6"}}}
-    , {esaml, {git, "https://github.com/JimMoen/esaml", {tag, "v1.1.1"}}}
     %% trace
     , {opentelemetry_api, {git_subdir, "https://github.com/emqx/opentelemetry-erlang", {tag, "v1.3.0-emqx"}, "apps/opentelemetry_api"}}
     , {opentelemetry, {git_subdir, "https://github.com/emqx/opentelemetry-erlang", {tag, "v1.3.0-emqx"}, "apps/opentelemetry"}}