Add riak_kv as dependency
Needed to run backend_eqc tests
This commit is contained in:
parent
68114bdbff
commit
41cc2a9196
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
{erl_opts, [debug_info,{d,'TRIQ',true}]}.
|
||||
|
||||
{deps, [
|
||||
{riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {branch, "master"}}},
|
||||
{riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {branch, "master"}}},
|
||||
{lager, ".*", {git, "git://github.com/basho/lager", {branch, "master"}}},
|
||||
{sext, ".*", {git, "git://github.com/esl/sext", {branch, "master"}}},
|
||||
|
|
Loading…
Reference in a new issue