Repository: couchdb-lager Updated Branches: refs/heads/master 547773583 -> 215c425d0
Move dependencies to the top level repository Project: http://git-wip-us.apache.org/repos/asf/couchdb-lager/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-lager/commit/215c425d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-lager/tree/215c425d Diff: http://git-wip-us.apache.org/repos/asf/couchdb-lager/diff/215c425d Branch: refs/heads/master Commit: 215c425d091aec61c33f9920aa76d035733b1cde Parents: 5477735 Author: Paul J. Davis <[email protected]> Authored: Mon Oct 6 17:15:17 2014 -0500 Committer: Paul J. Davis <[email protected]> Committed: Mon Oct 6 17:15:17 2014 -0500 ---------------------------------------------------------------------- rebar.config | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-lager/blob/215c425d/rebar.config ---------------------------------------------------------------------- diff --git a/rebar.config b/rebar.config index 092cb4a..bf0aae3 100644 --- a/rebar.config +++ b/rebar.config @@ -1,11 +1,5 @@ {erl_opts, [debug_info, warn_untyped_record]}. {erl_first_files, ["src/lager_util.erl"]}. -{deps, [ - {goldrush, ".*", - {git, "https://git-wip-us.apache.org/repos/asf/couchdb-goldrush.git", - {tag, "0.1.6"}}} - ]}. - {xref_checks, []}. {xref_queries, [{"(XC - UC) || (XU - X - B - lager_default_tracer : Mod)", []}]}.
