mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Override jose version for <R23 in mix to fix compilation with new p1_acme
This commit is contained in:
parent
28e94513db
commit
45f0f983b1
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -171,7 +171,7 @@ defmodule Ejabberd.MixProject do
|
||||||
{config(:sip), {:esip, "~> 1.0"}},
|
{config(:sip), {:esip, "~> 1.0"}},
|
||||||
{config(:zlib), {:ezlib, "~> 1.0"}},
|
{config(:zlib), {:ezlib, "~> 1.0"}},
|
||||||
{if_version_above(~c"23", true), {:jose, "~> 1.11.10"}},
|
{if_version_above(~c"23", true), {:jose, "~> 1.11.10"}},
|
||||||
{if_version_below(~c"24", true), {:jose, "1.11.1"}},
|
{if_version_below(~c"24", true), {:jose, "1.11.1", override: true}},
|
||||||
{if_version_below(~c"27", true), {:jiffy, "~> 1.1.1"}},
|
{if_version_below(~c"27", true), {:jiffy, "~> 1.1.1"}},
|
||||||
{if_version_below(~c"22", true), {:lager, "~> 3.9.1"}},
|
{if_version_below(~c"22", true), {:lager, "~> 3.9.1"}},
|
||||||
{config(:lua), {:luerl, "~> 1.2.0"}},
|
{config(:lua), {:luerl, "~> 1.2.0"}},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue