Skip to content

Commit d520746

Browse files
author
Brett Hazen
committed
Lock the dependencies as a baseline
1 parent 6b20f46 commit d520746

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

rebar.config.lock

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
%% THIS FILE IS GENERATED. DO NOT EDIT IT MANUALLY %%
2+
3+
{require_otp_vsn,"R13B04|R14|R15|R16"}.
4+
{cover_enabled,true}.
5+
{edoc_opts,[{preprocess,true}]}.
6+
{erl_opts,[{src_dirs,[src,intercepts,perf]},
7+
warnings_as_errors,
8+
{parse_transform,lager_transform}]}.
9+
{erl_first_files,["src/rt_intercept_pt.erl"]}.
10+
{eunit_opts,[verbose]}.
11+
{deps,[{goldrush,".*",
12+
{git,"git://github.com/DeadZen/goldrush.git",
13+
"212299233c7e7eb63a97be2777e1c05ebaa58dbe"}},
14+
{lager,".*",
15+
{git,"git://github.com/basho/lager",
16+
"8187757388c9adc915379caaab36a2f2ca26e944"}},
17+
{getopt,".*",
18+
{git,"git://github.com/jcomellas/getopt",
19+
"69b51ebf337f41906045a606a151d9578751e1ff"}},
20+
{meck,".*",
21+
{git,"git://github.com/basho/meck.git",
22+
"dde759050eff19a1a80fd854d7375174b191665d"}},
23+
{mapred_verify,".*",
24+
{git,"git://github.com/basho/mapred_verify",
25+
"51b79c5b05eb04640e13131f06ef96561b96ba8e"}},
26+
{protobuffs,".*",
27+
{git,"https://github.com/basho/erlang_protobuffs.git",
28+
"0dde9d3b37b7bec3a4dfb0e87684dd7039e169ab"}},
29+
{hamcrest,".*",
30+
{git,"https://github.com/basho/hamcrest-erlang.git",
31+
"98bc7aa19ea081478c816824aa05fc5a48acae66"}},
32+
{riak_pb,".*",
33+
{git,"https://github.com/basho/riak_pb",
34+
"f5af9ffe04eb27689d483509de26574bdf70343f"}},
35+
{riakc,".*",
36+
{git,"git://github.com/basho/riak-erlang-client",
37+
"b8ffe3495a4a40ba97712a11b6cd104259c60cff"}},
38+
{ibrowse,".*",
39+
{git,"git://github.com/cmullaparthi/ibrowse.git",
40+
"e8ae353c16d4f0897abb9f80025b52925b974dd1"}},
41+
{mochiweb,".*",
42+
{git,"git://github.com/basho/mochiweb.git",
43+
"ade2a9b29a11034eb550c1d79b4f991bf5ca05ba"}},
44+
{webmachine,".*",
45+
{git,"git://github.com/basho/webmachine",
46+
"7677c240f4a7ed020f4bab48278224966bb42311"}},
47+
{riakhttpc,".*",
48+
{git,"git://github.com/basho/riak-erlang-http-client",
49+
"b0d2ef28014b73ba72b44c5c4e5f11df39e10a93"}},
50+
{kvc,".*",
51+
{git,"https://github.com/etrepum/kvc",
52+
"75c4e76468cb2bd03067a9c349989ee914a1b581"}},
53+
{druuid,".*",
54+
{git,"git://github.com/kellymclaughlin/druuid.git",
55+
"b3c5c2a52bb3f510d168b32e64f6fbc6a3c6a0e6"}},
56+
{rebar_lock_deps_plugin,".*",
57+
{git,"https://github.com/basho/rebar_lock_deps_plugin.git",
58+
"8816f45ff38cd04d5c7741bd39166af58116dd44"}}]}.
59+
{escript_incl_apps,[goldrush,lager,getopt,riakhttpc,riakc,ibrowse,mochiweb,
60+
kvc]}.
61+
{escript_emu_args,"%%! -escript main riak_test_escript +K true +P 10000 -env ERL_MAX_PORTS 10000\n"}.
62+
{plugin_dir,"src"}.
63+
{plugins,[rebar_riak_test_plugin,rebar_lock_deps_plugin]}.
64+
{riak_test,[{test_paths,["tests","perf"]},{test_output,"ebin"}]}.
65+

0 commit comments

Comments
 (0)