summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2015-01-13 01:49:26 +0300
committerAlexander Shorin <kxepal@apache.org>2015-01-13 01:49:26 +0300
commitef755300c11043539309fcf09916bb20d86fb050 (patch)
treefe0e55de7a1a8cf9624c8127f05e11af163e7ab0
parent2b9ce006066f1e5ab8f0e0df8ad66381e15cda05 (diff)
parent21c0df0f8dc24337a76ea2d5a29eff35030ac640 (diff)
downloadcouchdb-ef755300c11043539309fcf09916bb20d86fb050.tar.gz
Merge remote-tracking branch 'iilyak/2540-Fix-broken-tests-for-couch_replicator'
This closes #295
-rw-r--r--rebar.config.script3
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 4bc824f5f..ad748fc45 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -46,7 +46,8 @@ DepDescs = [
{mochiweb, "mochiweb", {branch, "master"}},
{oauth, "oauth", {branch, "master"}},
{rexi, "rexi", {branch, "master"}},
- {snappy, "snappy", {branch, "master"}}
+ {snappy, "snappy", {branch, "master"}},
+ {meck, "meck", {branch, "master"}}
],
BaseUrl = "https://git-wip-us.apache.org/repos/asf/",