Work with basho riak

This commit is contained in:
Russell Brown 2018-04-11 12:33:50 +01:00
parent 0fdde6d05d
commit cd5c71a37e
2 changed files with 3 additions and 4 deletions

View File

@ -20,5 +20,4 @@ repl_fs_bench
repl_location_failures repl_location_failures
repl_rt_pending repl_rt_pending
replication_upgrade replication_upgrade
repl_aae_bloom repl_aae_bloom

View File

@ -15,8 +15,8 @@
{getopt, ".*", {git, "git://github.com/jcomellas/getopt", {tag, "v0.4"}}}, {getopt, ".*", {git, "git://github.com/jcomellas/getopt", {tag, "v0.4"}}},
{meck, "0.8.2", {git, "git://github.com/basho/meck.git", {tag, "0.8.2"}}}, {meck, "0.8.2", {git, "git://github.com/basho/meck.git", {tag, "0.8.2"}}},
{mapred_verify, ".*", {git, "git://github.com/basho/mapred_verify", {branch, "master"}}}, {mapred_verify, ".*", {git, "git://github.com/basho/mapred_verify", {branch, "master"}}},
{riakc, ".*", {git, "git://github.com/nhs-riak/riak-erlang-client", {branch, "develop-2.2"}}}, {riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {branch, "develop-2.2"}}},
{riakhttpc, ".*", {git, "git://github.com/nhs-riak/riak-erlang-http-client", {branch, "develop-2.2"}}}, {riakhttpc, ".*", {git, "git://github.com/basho/riak-erlang-http-client", {branch, "develop-2.2"}}},
{kvc, "1.3.0", {git, "https://github.com/etrepum/kvc", {tag, "v1.3.0"}}}, {kvc, "1.3.0", {git, "https://github.com/etrepum/kvc", {tag, "v1.3.0"}}},
{druuid, ".*", {git, "git://github.com/kellymclaughlin/druuid.git", {tag, "0.2"}}}, {druuid, ".*", {git, "git://github.com/kellymclaughlin/druuid.git", {tag, "0.2"}}},
{rebar_lock_deps_plugin, ".*", {git, "https://github.com/basho/rebar_lock_deps_plugin.git", {tag, "3.1.0p1"}}} {rebar_lock_deps_plugin, ".*", {git, "https://github.com/basho/rebar_lock_deps_plugin.git", {tag, "3.1.0p1"}}}