From: Paweł Chmielowski Date: Sun, 29 Jan 2017 13:16:35 +0000 (+0100) Subject: Change name of pam dep from p1_pam to epam X-Git-Tag: 17.03-beta~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c1168c33fe196b377cc56c86946e8cee86ee39b;p=ejabberd Change name of pam dep from p1_pam to epam We need to use same name as .app file or rebar complains --- diff --git a/rebar.config b/rebar.config index f824f620f..95c2c7aa8 100644 --- a/rebar.config +++ b/rebar.config @@ -37,8 +37,8 @@ {tag, "1.1.2"}}}}, {if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3", {tag, "1.1.5"}}}}, - {if_var_true, pam, {p1_pam, ".*", {git, "https://github.com/processone/epam", - {tag, "1.0.0"}}}}, + {if_var_true, pam, {epam, ".*", {git, "https://github.com/processone/epam", + {tag, "1.0.1"}}}}, {if_var_true, zlib, {ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.2"}}}}, {if_var_true, riak, {riakc, ".*", {git, "https://github.com/basho/riak-erlang-client",