summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rebar.config4
1 files changed, 3 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index db17176b..29e70bb6 100644
--- a/rebar.config
+++ b/rebar.config
@@ -13,6 +13,8 @@
% the License.
{deps, [
+ {oauth, ".*", {git, "git://github.com/cloudant/erlang-oauth.git", {tag,
+ "CouchDB-1.0.1-rebar"}}},
{ibrowse, ".*", {git, "git://github.com/cloudant/ibrowse.git", {tag,
"CouchDB-1.0.1-rebar"}}},
{mochiweb, ".*", {git, "git://github.com/cloudant/mochiweb.git", {tag,
@@ -24,6 +26,7 @@
]}.
% needed for a clean transition to the deps model
{clean_files, [
+ "apps/oauth/ebin",
"apps/ibrowse/ebin",
"apps/mochiweb/ebin",
"apps/rexi/ebin",
@@ -34,7 +37,6 @@
{sub_dirs, [
"apps/couch",
"apps/etap",
- "apps/oauth",
"rel"
]}.
{cover_enabled, true}.