From 3d3561de7534f5da58c5cfa6606c21f1843ec797 Mon Sep 17 00:00:00 2001 From: Aleksei Nikiforov Date: Wed, 3 Feb 2021 16:31:18 +0300 Subject: [PATCH] Don't require translations as external erlang module --- rebar.config | 2 -- 1 file changed, 2 deletions(-) diff --git a/rebar.config b/rebar.config index 798e6350b..c03f71b89 100644 --- a/rebar.config +++ b/rebar.config @@ -21,8 +21,6 @@ {deps, [{base64url, ".*", {git, "https://github.com/dvv/base64url", {tag, "1.0.1"}}}, {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.29"}}}, {eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.21"}}}, - {if_var_true, tools, - {ejabberd_po, ".*", {git, "https://github.com/processone/ejabberd-po", {branch, "main"}}}}, {if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir", {tag, "v1.4.4"}}}}, {if_var_true, pam, -- 2.29.3