Blob Blame History Raw
From db4ddd44bf78df766afc84fb360f2b505db8db48 Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Sat, 27 Nov 2010 16:37:23 +0300
Subject: [PATCH 1/4] Remove checking for specific version of libraries

This is purely Fedora/EPEL specific and won't go upstream.

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

Conflicts:
	rebar.config
---
 rebar.config |   11 -----------
 1 file changed, 11 deletions(-)

diff --git a/rebar.config b/rebar.config
index e6d4d73..03c8a4e 100644
--- a/rebar.config
+++ b/rebar.config
@@ -3,14 +3,3 @@
 {erl_opts, [{parse_transform, lager_transform}]}.
 {edoc_opts, [{preprocess, true}]}.
 {erl_opts, [debug_info, warnings_as_errors]}.
-
-{deps, [
-  {lager, "1.0.0", {git, "git://github.com/basho/lager", {tag, "1.0.0"}}},
-  {poolboy, "0.6.1", {git, "git://github.com/basho/poolboy", {tag, "0.6.1"}}},
-  {protobuffs, "0.6.0", {git, "git://github.com/basho/erlang_protobuffs",
-                              {tag, "protobuffs-0.6.0"}}},
-  {basho_stats, "1.0.2", {git, "git://github.com/basho/basho_stats", {tag, "1.0.2"}}},
-  {riak_sysmon, "1.1.2", {git, "git://github.com/basho/riak_sysmon", {tag, "1.1.2"}}},
-  {webmachine, "1.9.1", {git, "git://github.com/basho/webmachine",
-                              {tag, "1.9.1"}}}
-       ]}.
-- 
1.7.10.2