28 lines
999 B
Diff
28 lines
999 B
Diff
|
--- rebar.config 2013-04-29 10:49:14.490293124 +0200
|
||
|
+++ rebar.config.patched 2013-04-29 11:21:29.081323206 +0200
|
||
|
@@ -5,24 +5,6 @@
|
||
|
{erl_dep_retries, 10}.
|
||
|
|
||
|
{deps, [
|
||
|
- {webmachine, ".*",
|
||
|
- {git, "git://github.com/basho/webmachine.git", {tag, "1.10.1"}}},
|
||
|
- {erlsom, ".*",
|
||
|
- {git, "git://github.com/opscode/erlsom.git",
|
||
|
- {branch, "integer_long_string_probs"}}},
|
||
|
- {iso8601, ".*",
|
||
|
- {git, "git://github.com/opscode/erlang_iso8601.git",
|
||
|
- {branch, "master"}}},
|
||
|
- {erlware_commons, ".*",
|
||
|
- {git, "git://github.com/erlware/erlware_commons.git",
|
||
|
- {tag, "v0.6.2"}}},
|
||
|
- {mini_s3, ".*",
|
||
|
- {git, "git://github.com/opscode/mini_s3.git",
|
||
|
- {branch, "master"}}},
|
||
|
- {eper, ".*",
|
||
|
- {git, "git://github.com/massemanet/eper.git", {branch, "master"}}},
|
||
|
- {rebar_lock_deps_plugin, ".*",
|
||
|
- {git, "git://github.com/seth/rebar_lock_deps_plugin.git", "master"}}
|
||
|
]}.
|
||
|
|
||
|
|