From 08620879da69276328c461ccdbdcce7e371b5eb5 Mon Sep 17 00:00:00 2001
From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon, 4 Sep 2017 08:42:38 +0900
Subject: [PATCH 1/3] Remove deps

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 rebar.config | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/rebar.config b/rebar.config
index efcaf36..ee41c86 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,11 +2,6 @@
             {platform_define, "^[0-9]+", namespaced_types}]}.
 {port_specs, [{"priv/bitcask.so", ["c_src/*.c"]}]}.
 
-{deps, [
-        {meck, "0.8.*", {git, "https://github.com/basho/meck.git", {tag, "0.8.2"}}},
-        {cuttlefish, ".*", {git, "https://github.com/basho/cuttlefish.git", {tag, "2.0.11"}}}
-       ]}.
-
 {port_env,
  [
   {"DRV_CFLAGS",
-- 
2.14.1

