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 c6f0208 Add config app to couch_replicator app dependencies
c6f0208 is described below
commit c6f0208adf4b1a6a326bb0dc77082dd49f153b60
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Thu Feb 15 01:08:54 2018 -0500
Add config app to couch_replicator app dependencies
It depends on and uses `config`. Obviously it still works without it, but
this
eliminates Dialyzer errors such as:
`Callback info about the config_listener behaviour is not available`
---
src/couch_replicator/src/couch_replicator.app.src | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/couch_replicator/src/couch_replicator.app.src
b/src/couch_replicator/src/couch_replicator.app.src
index 18dde37..2e0e191 100644
--- a/src/couch_replicator/src/couch_replicator.app.src
+++ b/src/couch_replicator/src/couch_replicator.app.src
@@ -29,6 +29,7 @@
stdlib,
couch_log,
mem3,
+ config,
couch,
couch_event,
couch_stats
--
To stop receiving notification emails like this one, please contact
[email protected].