|
4 | 4 | %% katja: Defines a function `query()`, which is a reserved word in R15 |
5 | 5 | %% uuid: Dep on quickrand |
6 | 6 | %% quickrand: Bogus (IMHO) inability to adapt to R15 environment. |
7 | | -{require_otp_vsn, "R16|17|18"}. |
| 7 | +{require_otp_vsn, "20"}. |
8 | 8 |
|
9 | 9 | {deps, |
10 | 10 | [ |
|
15 | 15 | %% increments. If someone wants to take advantage of a |
16 | 16 | %% new folsom feature, that desire + float incr must be |
17 | 17 | %% weighed. |
18 | | - {node_package, "2.0.*", {git, "git://github.com/basho/node_package", {tag, "2.0.0"}}}, |
19 | | - {folsom, ".*", {git, "git://github.com/basho/folsom.git", {branch, "boundary-0.7.1+basho-bench-float"}}}, |
20 | | - {lager, "2.*", {git, "git://github.com/basho/lager", {tag, "2.1.0"}}}, |
| 18 | + {folsom, "0.8.7"}, |
| 19 | + {lager, "2.*", {git, "git://github.com/erlang-lager/lager", {tag, "3.8.0"}}}, |
21 | 20 | {ibrowse, ".*", |
22 | | - {git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v4.0.2"}}}, |
| 21 | + {git, "git://github.com/basho/ibrowse.git", {branch, "develop-3.0"}}}, |
23 | 22 | {riakc, ".*", |
24 | | - {git, "git://github.com/basho/riak-erlang-client", {branch, "master"}}}, |
| 23 | + {git, "git://github.com/basho/riak-erlang-client", {branch, "develop-3.0"}}}, |
25 | 24 | {mochiweb, "2.9.*", |
26 | | - {git, "git://github.com/basho/mochiweb", {tag, "v2.9.0"}}}, |
| 25 | + {git, "git://github.com/mochi/mochiweb", {tag, "v2.9.0"}}}, |
27 | 26 | {getopt, ".*", |
28 | | - {git, "git://github.com/jcomellas/getopt", {tag, "v0.8.2"}}}, |
29 | | - |
30 | | - {casbench, "0.1", |
31 | | - {git, "git://github.com/basho/casbench", |
32 | | - "95ed55b494551577870984aeb1e0f683631a326f"}}, |
33 | | - %% A commit to the cqerl repo in 2015-02 added a dependency on a package |
34 | | - %% called 're2', which causes additional compilation dependencies for |
35 | | - %% the entire basho_bench package. Use a commit that's most recent |
36 | | - %% but prior to the introduction of 're2'. |
37 | | - {cqerl, ".*", |
38 | | - {git, "git://github.com/matehat/cqerl.git", |
39 | | - "16021593c866ca314acd0ba6858194ed44a362b3"}}, |
40 | | - {katja, ".*", |
41 | | - {git, "git://github.com/nifoc/katja.git", |
42 | | - {branch, "master"}}}, |
43 | | - {rebar_lock_deps_plugin, ".*", {git, "git://github.com/seth/rebar_lock_deps_plugin.git", {tag, "3.1.0"}}} |
| 27 | + {git, "git://github.com/jcomellas/getopt", {tag, "v0.8.2"}}} |
44 | 28 | ]}. |
45 | 29 |
|
46 | 30 | {erl_opts, [{src_dirs, [src]}, |
47 | 31 | {parse_transform, lager_transform}]}. |
48 | 32 |
|
49 | | -{plugins, [rebar_lock_deps_plugin]}. |
50 | | - |
51 | 33 | {escript_incl_apps, [ |
52 | 34 | bear, |
53 | | - casbench, |
54 | | - cqerl, |
55 | 35 | folsom, |
56 | 36 | getopt, |
57 | 37 | goldrush, |
58 | 38 | ibrowse, |
59 | | - katja, |
60 | 39 | lager, |
61 | 40 | lz4, |
62 | 41 | %% meck, |
63 | 42 | mochiweb, |
64 | | - node_package, |
65 | 43 | %% proper, |
66 | 44 | protobuffs, |
67 | 45 | riak_pb, |
|
0 commit comments