mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 08:35:22 +00:00
make rebar.config more readable
This commit is contained in:
parent
3666e5aac8
commit
e5e8109ce6
16
rebar.config
16
rebar.config
@ -11,14 +11,14 @@
|
||||
{eunit_opts, [verbose]}.
|
||||
|
||||
{deps, [
|
||||
{lager, ".*", {git, "git://github.com/basho/lager", {tag, "2.0.3"}}},
|
||||
{getopt, ".*", {git, "git://github.com/jcomellas/getopt", {tag, "v0.4"}}},
|
||||
{meck, ".*", {git, "git://github.com/basho/meck.git", {tag, "0.8.2"}}},
|
||||
{mapred_verify, ".*", {git, "git://github.com/basho/mapred_verify", {branch, "master"}}},
|
||||
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {branch, "riak_ts-develop-1.2"}}},
|
||||
{riakhttpc, ".*", {git, "git://github.com/basho/riak-erlang-http-client", {branch, "riak_ts-develop-1.2"}}},
|
||||
{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"}}}
|
||||
{lager, ".*", {git, "git://github.com/basho/lager", {tag, "2.0.3"}}},
|
||||
{getopt, ".*", {git, "git://github.com/jcomellas/getopt", {tag, "v0.4"}}},
|
||||
{meck, ".*", {git, "git://github.com/basho/meck.git", {tag, "0.8.2"}}},
|
||||
{mapred_verify, ".*", {git, "git://github.com/basho/mapred_verify", {branch, "master"}}},
|
||||
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {branch, "riak_ts-develop-1.2"}}},
|
||||
{riakhttpc, ".*", {git, "git://github.com/basho/riak-erlang-http-client", {branch, "riak_ts-develop-1.2"}}},
|
||||
{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"}}}
|
||||
]}.
|
||||
|
||||
{escript_incl_apps, [goldrush, lager, getopt, riakhttpc, riakc, ibrowse, mochiweb, kvc]}.
|
||||
|
Loading…
Reference in New Issue
Block a user