diff options
author | Nick Vatamaniuc <vatamane@apache.org> | 2018-02-15 01:08:54 -0500 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2018-02-15 09:19:40 -0500 |
commit | c6f0208adf4b1a6a326bb0dc77082dd49f153b60 (patch) | |
tree | e695d5ff7adb3715fcc24c49395ee2cf1b91310f | |
parent | d3a28715376c745a77224e65f4389cd3a31f6eec (diff) | |
download | couchdb-c6f0208adf4b1a6a326bb0dc77082dd49f153b60.tar.gz |
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`
-rw-r--r-- | src/couch_replicator/src/couch_replicator.app.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/couch_replicator/src/couch_replicator.app.src b/src/couch_replicator/src/couch_replicator.app.src index 18dde37d3..2e0e191d3 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 |