mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Update p1_acme to git, to support Jose 1.11.10 and Ipv6 support (#4170)
This commit is contained in:
parent
ee9d4d56a9
commit
0345f798bd
2
mix.exs
2
mix.exs
@ -139,7 +139,7 @@ defmodule Ejabberd.MixProject do
|
|||||||
{:idna, "~> 6.0"},
|
{:idna, "~> 6.0"},
|
||||||
{:jiffy, "~> 1.1.1"},
|
{:jiffy, "~> 1.1.1"},
|
||||||
{:mqtree, "~> 1.0"},
|
{:mqtree, "~> 1.0"},
|
||||||
{:p1_acme, "~> 1.0"},
|
{:p1_acme, git: "https://github.com/processone/p1_acme", branch: "master"},
|
||||||
{:p1_oauth2, "~> 0.6"},
|
{:p1_oauth2, "~> 0.6"},
|
||||||
{:p1_utils, "~> 1.0"},
|
{:p1_utils, "~> 1.0"},
|
||||||
{:pkix, "~> 1.0"},
|
{:pkix, "~> 1.0"},
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
{luerl, ".*", {git, "https://github.com/processone/luerl", {branch, "otp27"}}}
|
{luerl, ".*", {git, "https://github.com/processone/luerl", {branch, "otp27"}}}
|
||||||
}},
|
}},
|
||||||
{mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.16"}}},
|
{mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.16"}}},
|
||||||
{p1_acme, ".*", {git, "https://github.com/processone/p1_acme", {tag, "1.0.22"}}},
|
{p1_acme, ".*", {git, "https://github.com/processone/p1_acme", {branch, "master"}}},
|
||||||
{if_var_true, mysql,
|
{if_var_true, mysql,
|
||||||
{p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql", {tag, "1.0.23"}}}},
|
{p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql", {tag, "1.0.23"}}}},
|
||||||
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.14"}}},
|
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.14"}}},
|
||||||
|
Loading…
Reference in New Issue
Block a user