|
9 | 9 | {xref_queries, [{"(XC - UC) || (XU - X - B - cluster_info : Mod)", []}]}.
|
10 | 10 |
|
11 | 11 | {deps, [
|
12 |
| - {lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "3.2.2"}}}, |
13 |
| - {ranch, "0.4.0-p1", {git, "git://github.com/basho/ranch.git", {tag, "0.4.0-p1"}}}, |
14 |
| - {ebloom, ".*", {git, "git://github.com/basho/ebloom.git", {tag, "2.0.0"}}}, |
15 |
| - {riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {branch, "develop"}}}, |
16 |
| - { riak_repl_pb_api, ".*", { git, "[email protected]:basho/riak_repl_pb_api.git", { tag, "2.4.0"}}} |
| 12 | + {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.2"}}}, |
| 13 | + {ranch, "0.4.0-p1", {git, "https://github.com/basho/ranch.git", {tag, "0.4.0-p1"}}}, |
| 14 | + {ebloom, ".*", {git, "https://github.com/basho/ebloom.git", {tag, "2.0.0"}}}, |
| 15 | + {riak_kv, ".*", {git, "https://github.com/basho/riak_kv.git", {branch, "develop"}}}, |
| 16 | + { riak_repl_pb_api, ".*", { git, "[email protected]:basho/riak_repl_pb_api.git", { branch, "develop"}}} |
17 | 17 | ]}.
|
18 | 18 |
|
19 | 19 | {edoc_opts, [{preprocess, true}]}.
|
0 commit comments