|
| 1 | +{require_otp_vsn, "R15|R16|17"}. |
1 | 2 |
|
2 | 3 | {deps, |
3 | 4 | [ |
|
8 | 9 | %% increments. If someone wants to take advantage of a |
9 | 10 | %% new folsom feature, that desire + float incr must be |
10 | 11 | %% weighed. |
| 12 | + {node_package, "2.0.*", {git, "git://github.com/basho/node_package", {tag, "2.0.0"}}}, |
11 | 13 | {folsom, ".*", {git, "git://github.com/basho/folsom.git", {branch, "boundary-0.7.1+basho-bench-float"}}}, |
12 | | - |
13 | | - {lager, "2.*", {git, "git://github.com/basho/lager", {tag, "2.0.3"}}}, |
| 14 | + {lager, "2.*", {git, "git://github.com/basho/lager", {tag, "2.1.0"}}}, |
14 | 15 | {ibrowse, ".*", |
15 | 16 | {git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v3.0.4"}}}, |
| 17 | + {riakc, ".*", |
| 18 | + {git, "git://github.com/basho/riak-erlang-client", {branch, "develop"}}}, |
| 19 | + {mochiweb, "2.9.*", |
| 20 | + {git, "git://github.com/basho/mochiweb", {tag, "v2.9.0"}}}, |
| 21 | + {getopt, ".*", |
| 22 | + {git, "git://github.com/jcomellas/getopt", {tag, "v0.8.2"}}}, |
| 23 | + |
16 | 24 | {casbench, "0.1", |
17 | 25 | {git, "git://github.com/basho/casbench", |
18 | 26 | "95ed55b494551577870984aeb1e0f683631a326f"}}, |
19 | 27 | {erlcql, ".*", |
20 | 28 | {git, "git://github.com/rpt/erlcql.git", |
21 | | - {branch, "master"}}}, |
22 | | - {riakc, ".*", |
23 | | - {git, "git://github.com/basho/riak-erlang-client", {branch, "develop"}}}, |
24 | | - {mochiweb, "1.5.1*", |
25 | | - {git, "git://github.com/basho/mochiweb", {tag, "1.5.1p6"}}}, |
26 | | - {velvet, "1.*", |
27 | | - {git, "git://github.com/basho/velvet", |
28 | | - "4bb0fd664ff065c4082ca8dd2e0683e920537d15"}}, |
29 | | - {getopt, ".*", |
30 | | - {git, "git://github.com/jcomellas/getopt", {tag, "v0.4"}}} |
| 29 | + {branch, "master"}}} |
31 | 30 | ]}. |
32 | 31 |
|
33 | 32 | {erl_opts, [{src_dirs, [src]}, |
34 | 33 | {parse_transform, lager_transform}]}. |
35 | 34 |
|
36 | | -{escript_incl_apps, [lager, getopt, bear, folsom, ibrowse, riakc, riak_pb, mochiweb, protobuffs, velvet, goldrush]}. |
| 35 | +{escript_incl_apps, [node_package, lager, getopt, bear, folsom, ibrowse, riakc, mochiweb, protobuffs, goldrush]}. |
37 | 36 |
|
38 | 37 | {escript_emu_args, "%%! +K true -rsh ssh\n"}. |
39 | 38 | %% Use this for the Java client bench driver |
|
0 commit comments