From 73322d53204f12765947b0e30f41965b1e536697 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Wed, 13 Jul 2011 16:49:13 -0400 Subject: [PATCH] Remove unnecessary deps directive from rebar.config --- rebar.config | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rebar.config b/rebar.config index 510ba65..bfaa56f 100644 --- a/rebar.config +++ b/rebar.config @@ -1,9 +1,4 @@ - {erl_opts, [debug_info]}. {erl_first_files, ["src/lager_util.erl"]}. {cover_enabled, true}. - -{deps, [ -% {riak_err, "1.0.*", {git, "git://github.com/basho/riak_err.git", {branch, "master"}}} -]}.