diff options
author | Robert Newson <rnewson@apache.org> | 2019-01-30 17:01:18 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2019-02-01 10:34:00 +0000 |
commit | 9a573358ff7ffb0f03a68267680e63409fa42265 (patch) | |
tree | af4db9d5fbe03058438b9d8f19248489be1deeff | |
parent | 4127726f26fc0e3d7423a058d4c1934a47a464a2 (diff) | |
download | couchdb-9a573358ff7ffb0f03a68267680e63409fa42265.tar.gz |
Import IOQ from Cloudant
-rw-r--r-- | rebar.config.script | 3 | ||||
-rw-r--r-- | rel/reltool.config | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script index 571ce25e2..2a534e0dd 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -90,7 +90,8 @@ DepDescs = [ {ets_lru, "ets-lru", {tag, "1.0.0"}}, {khash, "khash", {tag, "1.0.1"}}, {snappy, "snappy", {tag, "CouchDB-1.0.2"}}, -{ioq, "ioq", {tag, "1.0.1"}}, +{ioq, "ioq", {tag, "2.0.0"}}, +{hqueue, "hqueue", {tag, "1.0.0"}}, %% Non-Erlang deps {docs, {url, "https://github.com/apache/couchdb-documentation"}, diff --git a/rel/reltool.config b/rel/reltool.config index 858e935b2..ba1afc271 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -46,6 +46,7 @@ fabric, folsom, global_changes, + hqueue, hyper, ibrowse, ioq, @@ -100,6 +101,7 @@ {app, fabric, [{incl_cond, include}]}, {app, folsom, [{incl_cond, include}]}, {app, global_changes, [{incl_cond, include}]}, + {app, hqueue, [{incl_cond, include}]}, {app, hyper, [{incl_cond, include}]}, {app, ibrowse, [{incl_cond, include}]}, {app, ioq, [{incl_cond, include}]}, |