|
1 | | -{require_otp_vsn, "R13B04|R14|R15|R16"}. |
| 1 | +{require_otp_vsn, "R16|17|18|19|20"}. |
2 | 2 | {cover_enabled, true}. |
3 | 3 | {edoc_opts, [{preprocess, true}]}. |
4 | 4 | %%{edoc_opts, [{doclet, edown_doclet}, {pretty_printer, erl_pp}]}. |
|
11 | 11 | {eunit_opts, [verbose]}. |
12 | 12 |
|
13 | 13 | {deps, [ |
| 14 | + gen_fsm_compat, |
14 | 15 | {lager, ".*", {git, "git://github.com/basho/lager", {tag, "3.2.1"}}}, |
15 | 16 | {getopt, ".*", {git, "git://github.com/jcomellas/getopt", {tag, "v0.4"}}}, |
16 | 17 | {meck, "0.8.2", {git, "git://github.com/basho/meck.git", {tag, "0.8.2"}}}, |
17 | 18 | {mapred_verify, ".*", {git, "git://github.com/basho/mapred_verify", {branch, "master"}}}, |
18 | | - {riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {tag, "2.5.5"}}}, |
19 | | - {riakhttpc, ".*", {git, "git://github.com/nhs-riak/riak-erlang-http-client", {branch, "develop-2.2"}}}, |
20 | | - {kvc, "1.3.0", {git, "https://github.com/etrepum/kvc", {tag, "v1.3.0"}}}, |
| 19 | + {riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {branch, "develop-3.0"}}}, |
| 20 | + {riakhttpc, ".*", {git, "git://github.com/basho/riak-erlang-http-client", {branch, "develop-3.0"}}}, |
| 21 | + {kvc, "1.7.0", {git, "https://github.com/etrepum/kvc", {tag, "v1.7.0"}}}, |
21 | 22 | {druuid, ".*", {git, "git://github.com/kellymclaughlin/druuid.git", {tag, "0.2"}}}, |
22 | 23 | {rebar_lock_deps_plugin, ".*", {git, "https://github.com/basho/rebar_lock_deps_plugin.git", {tag, "3.1.0p1"}}}, |
23 | 24 | {kv_index_tictactree, ".*", {git, "https://github.com/martinsumner/kv_index_tictactree.git", {branch, "master"}}} |
24 | 25 | ]}. |
25 | 26 |
|
26 | 27 | {escript_incl_apps, [goldrush, lager, getopt, riakhttpc, riakc, ibrowse, mochiweb, kvc, kv_index_tictactree]}. |
27 | 28 | {escript_emu_args, "%%! -escript main riak_test_escript +K true +P 10000 -env ERL_MAX_PORTS 10000\n"}. |
28 | | -{plugin_dir, "src"}. |
29 | | -{plugins, [rebar_riak_test_plugin, rebar_lock_deps_plugin]}. |
30 | | -{riak_test, [ |
31 | | - {test_paths, ["tests", "perf"]}, |
32 | | - {test_output, "ebin"} |
33 | | -]}. |
| 29 | +%% {plugin_dir, "src"}. |
| 30 | +%% {plugins, [rebar_riak_test_plugin]}. |
| 31 | +%% {riak_test, [ |
| 32 | +%% {test_paths, ["tests", "perf"]}, |
| 33 | +%% {test_output, "ebin"} |
| 34 | +%% ]}. |
0 commit comments