File nodeps.patch of Package guam

diff --git a/rebar.config b/rebar.config
index 1469a01..6943619 100644
--- a/rebar.config
+++ b/rebar.config
@@ -8,13 +8,7 @@
             fail_on_warning
             ]
 }.
-{ deps, [
-    lager,
-    { lager_syslog, "3.*", { git, "git://github.com/basho/lager_syslog.git", { tag, "3.0.1" } } },
-    { eimap, ".*", { git, "https://git.kolab.org/diffusion/EI/eimap.git", { tag, "0.3.0" } } }
-    %% pull in the proper version of meck before jobs 0.3 gets around to pulling in the wrong version
-   ]
-}.
+{ deps, []}.
 
 { sub_dirs, [
     "apps/kolab_guam"