]> granicus.if.org Git - ejabberd/commitdiff
Move database dependencies to new repository / modules
authorMickael Remond <mremond@process-one.net>
Wed, 3 Feb 2016 10:10:11 +0000 (11:10 +0100)
committerMickael Remond <mremond@process-one.net>
Wed, 3 Feb 2016 10:10:11 +0000 (11:10 +0100)
mix.exs
rebar.config

diff --git a/mix.exs b/mix.exs
index 52d40d73e5f815162ea49536477cb46c703ebd93..f9ce0400c4c52180eef3b951e3ed91acea8ef6f3 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -50,8 +50,8 @@ defmodule Ejabberd.Mixfile do
      {:jiffy, "~> 0.14.7"},
      {:p1_oauth2, "~> 0.6.1"},
      {:p1_xmlrpc, "~> 1.15"},
-     {:p1_mysql, git: "https://github.com/processone/mysql", tag: "1.0.0"},
-     {:p1_pgsql, git: "https://github.com/processone/pgsql", tag: "1.0.0"},
+     {:p1_mysql, "~> 1.0"},
+     {:p1_pgsql, "~> 1.0"},
      {:sqlite3, "~> 1.1"},
      {:p1_zlib, git: "https://github.com/processone/zlib", tag: "1.0.0"},
      {:p1_iconv, git: "https://github.com/processone/eiconv", tag: "0.9.0"},
index 991ec6b6c8ab401aeea60778f70638934748656b..8e86e41ce6ec328f40c02db9a91fa2d9a7c7110e 100644 (file)
@@ -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
 %% Local Variables:
 %% mode: erlang
 %% End:
-%% vim: set filetype=erlang tabstop=8:
\ No newline at end of file
+%% vim: set filetype=erlang tabstop=8: