|
10 | 10 |
|
11 | 11 | {deps, |
12 | 12 | [ |
13 | | - {kvc, ".*", {git, "git://github.com/etrepum/kvc.git", {tag, "v1.5.0"}}}, |
14 | | - {riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {branch, "develop"}}}, |
15 | | - {ibrowse, "4.0.2", {git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v4.0.2"}}}, |
16 | | - {fuse, "2.1.0", {git, "git@github.com:jlouis/fuse.git", {tag, "v2.1.0"}}} |
| 13 | + {kvc, ".*", {git, "https://github.com/basho/kvc.git", {tag, "v1.5.0"}}}, |
| 14 | + {riak_kv, ".*", {git, "https://github.com/basho/riak_kv.git", {branch, "develop"}}}, |
| 15 | + {ibrowse, "4.*", {git, "https://github.com/basho/ibrowse.git", {tag, "v4.3"}}}, |
| 16 | + {fuse, "2.1.0", {git, "https://github.com/basho/fuse.git", {tag, "v2.1.0"}}} |
17 | 17 | ]}. |
18 | 18 |
|
19 | 19 | {pre_hooks, [{compile, "./tools/grab-solr.sh"}]}. |
|
0 commit comments