Add riak_core dependency
For unit tests to run
This commit is contained in:
parent
4fbd7d17ed
commit
b53d6fc3c3
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
{erl_opts, [debug_info,{d,'TRIQ',true}]}.
|
||||
|
||||
{deps, [
|
||||
{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"}}},
|
||||
{snappy, "1.0.*", {git, "git://github.com/fdmanana/snappy-erlang-nif.git", {branch, "master"}}},
|
||||
|
|
Loading…
Reference in a new issue