From bad50b8dd1b0da7ba293acc02acf1a7154ffdb6c Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Wed, 3 Feb 2016 11:10:11 +0100 Subject: Move database dependencies to new repository / modules --- rebar.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 991ec6b6..8e86e41c 100644 --- a/rebar.config +++ b/rebar.config @@ -20,9 +20,9 @@ {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2.git", {tag, "0.6.1"}}}, {p1_xmlrpc, ".*", {git, "https://github.com/processone/p1_xmlrpc", {tag, "1.15.1"}}}, {luerl, ".*", {git, "https://github.com/rvirding/luerl", "9524d0309a88b7c62ae93da0b632b185de3ba9db"}}, - {if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/mysql", {tag, "1.0.0"}}}}, - {if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/pgsql", {tag, "1.0.0"}}}}, - {if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/alexeyr/erlang-sqlite3", "cbc3505f7a131254265d3ef56191b2581b8cc172"}}}, + {if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql", {tag, "1.0.1"}}}}, + {if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/p1_pgsql", {tag, "1.0.1"}}}}, + {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, zlib, {p1_zlib, ".*", {git, "https://github.com/processone/zlib", {tag, "1.0.0"}}}}, {if_var_true, riak, {hamcrest, ".*", {git, "https://github.com/hyperthunk/hamcrest-erlang", "908a24fda4a46776a5135db60ca071e3d783f9f6"}}}, % for riak_pb-2.1.0.7 @@ -110,4 +110,4 @@ %% Local Variables: %% mode: erlang %% End: -%% vim: set filetype=erlang tabstop=8: \ No newline at end of file +%% vim: set filetype=erlang tabstop=8: -- cgit v1.2.3