chore: update esaml vsn

This commit is contained in:
JianBo He 2023-09-22 12:48:16 +08:00 committed by JimMoen
parent 4a26f63bd6
commit ec0894ca0b
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
2 changed files with 1 additions and 2 deletions

View File

@ -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"}}}
]}.

View File

@ -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"}}