From 454c6b560a40c352b87b656ef65f02dbef308efb Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Wed, 30 Apr 2014 15:42:05 -0500 Subject: [PATCH] Remove bson dep, as it's brought in by mongo --- rebar.config | 1 - 1 file changed, 1 deletion(-) diff --git a/rebar.config b/rebar.config index cfca0163..c9626afd 100644 --- a/rebar.config +++ b/rebar.config @@ -11,7 +11,6 @@ {lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "2.0.3"}}}, {erlando, ".*", {git, "git://github.com/travelping/erlando.git", {tag, "23d678c97"}}}, {aleppo, ".*", {git, "git://github.com/ChicagoBoss/aleppo.git", {tag, "bef139e4c7"}}}, - {bson, ".*", {git, "git://github.com/mongodb/bson-erlang.git", {tag, "6d3cc910ea"}}}, {ddb, ".*", {git, "git://github.com/Concurix/ddb.git", {tag, "acad8af654"}}}, {epgsql, ".*", {git, "git://github.com/epgsql/epgsql.git", {tag, "c7dfb064811"}}}, {erlmc, ".*", {git, "git://github.com/bipthelin/erlmc.git", {tag, "3062f8deb7"}}},