Origin: vendor
Forwarded: not-needed
Reviewed-By: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Last-Update: <2017-07-01>

diff --git a/rebar.config b/rebar.config
index 4173ca9..4ddafc8 100644
--- a/rebar.config
+++ b/rebar.config
@@ -11,12 +11,6 @@
 {xref_checks, []}.
 {xref_queries, [{"(XC - UC) || (XU - X - B - \"(rebar.*|mustache)\" : Mod)", []}]}.
 
-{deps, [
-    {getopt, ".*", {git, "https://github.com/basho/getopt.git", {tag, "v0.8.2"}}},
-    {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}},
-    {neotoma, ".*", {git, "https://github.com/basho/neotoma.git", {tag, "1.7.4"}}}
-  ]}.
-
 {post_hooks, [
     {"-win32", compile, "rebar escriptize"},
     {"^((?!-win32).)*$", compile, "./rebar escriptize"}
