File nodeps.patch of Package guam (Revision 2dd5b0f9679dbaf8fc1101e2e9edea9f)
Currently displaying revision 2dd5b0f9679dbaf8fc1101e2e9edea9f , Show latest
20
1
diff --git a/rebar.config b/rebar.config
2
index 1469a01..6943619 100644
3
--- a/rebar.config
4
+++ b/rebar.config
5
6
fail_on_warning
7
]
8
}.
9
-{ deps, [
10
- lager,
11
- { lager_syslog, "3.*", { git, "git://github.com/basho/lager_syslog.git", { tag, "3.0.1" } } },
12
- { eimap, ".*", { git, "https://git.kolab.org/diffusion/EI/eimap.git", { tag, "0.3.0" } } }
13
- %% pull in the proper version of meck before jobs 0.3 gets around to pulling in the wrong version
14
- ]
15
-}.
16
+{ deps, []}.
17
18
{ sub_dirs, [
19
"apps/kolab_guam"
20