commit | 215c425d091aec61c33f9920aa76d035733b1cde | [log] [tgz] |
---|---|---|
author | Paul J. Davis <paul.joseph.davis@gmail.com> | Mon Oct 06 17:15:17 2014 -0500 |
committer | Paul J. Davis <paul.joseph.davis@gmail.com> | Mon Oct 06 17:15:17 2014 -0500 |
tree | 63a8a680b5a4b670321179b57a0a9d8a4f5bb04d | |
parent | 54777358357fea1b672a5a85cb807051bd5ca97e [diff] |
Move dependencies to the top level repository
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)", []}]}.