24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Elixir was required for quicktest, that was removed in 2018 51cbbf313

This commit is contained in:
Badlop 2020-07-23 16:30:15 +02:00
parent e0b7fd72af
commit 042cddb768

View File

@ -21,7 +21,7 @@
{deps, [{base64url, ".*", {git, "https://github.com/dvv/base64url.git", {tag, "v1.0"}}},
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.24"}}},
{eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.16"}}},
{if_var_true, elixir, %% Elixir support, needed to run tests
{if_var_true, elixir,
{elixir, ".*", {git, "https://github.com/elixir-lang/elixir",
{tag, {if_version_above, "17", "v1.4.4", "v1.1.1"}}}}},
{if_var_true, pam,