You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2018/06/08 11:20:04 UTC

[couchdb] branch master updated: Add hyper app to dependencies

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a46473  Add hyper app to dependencies
8a46473 is described below

commit 8a46473d4b6f2a38c97906a22005af00ee41a19a
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Fri Jun 8 01:38:44 2018 -0400

    Add hyper app to dependencies
    
    Releases and dialyzer checks need app dependencies to work properly
    
    Issue: #1346
---
 src/couch/src/couch.app.src | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/couch/src/couch.app.src b/src/couch/src/couch.app.src
index 524b728..cf5cee6 100644
--- a/src/couch/src/couch.app.src
+++ b/src/couch/src/couch.app.src
@@ -47,6 +47,7 @@
         couch_log,
         couch_event,
         ioq,
-        couch_stats
+        couch_stats,
+        hyper
     ]}
 ]}.

-- 
To stop receiving notification emails like this one, please contact
vatamane@apache.org.